mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12412)
This commit is contained in:
@@ -285,7 +285,7 @@ function check_service($command)
|
||||
d_echo($normalized_ds . " collides with an existing index\n");
|
||||
$normalized_ds = $tmp_ds_name;
|
||||
$perf_unique = 1;
|
||||
break 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if ($perf_unique == 0) {
|
||||
|
||||
Reference in New Issue
Block a user