mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
src: whitespace sweep
This commit is contained in:
parent
b6cfa710f7
commit
28cf9dbab8
@ -568,7 +568,7 @@ class SystemhealthController extends ApiControllerBase
|
||||
}
|
||||
|
||||
// The zoom (timespan) level determines the number of datasets to
|
||||
// use in the equation. All the irrelevant sets are removed here.
|
||||
// use in the equation. All the irrelevant sets are removed here.
|
||||
if ((int)$detail >= 0) {
|
||||
for ($count = count($xml->rra) - 1; $count > $detail; $count--) {
|
||||
unset($xml->rra[$count]);
|
||||
|
||||
@ -132,4 +132,3 @@ class TestCoreMethods(unittest.TestCase):
|
||||
cmd_thread.run()
|
||||
response = json.loads(self.dummysock.getReceived()[:-4])
|
||||
self.assertGreater(len(response), 10, 'number of configd commands very suspicious')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user