@@ -83,10 +83,10 @@ |
||
83 | 83 | |
84 | 84 | $iterations = $input->getOption('iterations'); |
85 | 85 | $count = 0; |
86 | - while($count < $iterations) |
|
86 | + while ($count < $iterations) |
|
87 | 87 | { |
88 | 88 | $metrics = $this->getMetrics(); |
89 | - foreach($metrics as $key => $value) { |
|
89 | + foreach ($metrics as $key => $value) { |
|
90 | 90 | $statsd->gauge($key, $value); |
91 | 91 | } |
92 | 92 |