@@ -111,7 +111,7 @@ |
||
| 111 | 111 | { |
| 112 | 112 | $plugin = $this; |
| 113 | 113 | |
| 114 | - $this->getNumberOfLaps->get(function ($laps) use ($map, $plugin) { |
|
| 114 | + $this->getNumberOfLaps->get(function($laps) use ($map, $plugin) { |
|
| 115 | 115 | $plugin->startMap($map, $laps); |
| 116 | 116 | }); |
| 117 | 117 | } |