@@ -153,7 +153,7 @@ |
||
153 | 153 | $runnerFile = $this->getRunnerFile(); |
154 | 154 | |
155 | 155 | $initFunction = function() use ($runnerFile) { |
156 | - if($runnerFile === null) { |
|
156 | + if ($runnerFile === null) { |
|
157 | 157 | return; |
158 | 158 | } |
159 | 159 |