@@ -35,7 +35,7 @@ |
||
| 35 | 35 | |
| 36 | 36 | $this->counter->set(0); |
| 37 | 37 | |
| 38 | - asyncCall(function () { |
|
| 38 | + asyncCall(function() { |
|
| 39 | 39 | while (true) { |
| 40 | 40 | $this->emit(yield $this->provider->listen()); |
| 41 | 41 | |