Completed
Push — master ( ec3803...963c88 )
by Maxence
02:31
created
lib/Service/EventWrapperService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.