@@ -152,7 +152,7 @@ |
||
| 152 | 152 | */ |
| 153 | 153 | public function retry() { |
| 154 | 154 | $tokens = $this->getFailedEvents(); |
| 155 | - echo json_encode($tokens) . "\n"; |
|
| 155 | + echo json_encode($tokens)."\n"; |
|
| 156 | 156 | foreach ($tokens as $token) { |
| 157 | 157 | $this->confirmStatus($token, true); |
| 158 | 158 | } |