@@ -37,7 +37,6 @@ |
||
37 | 37 | use daita\MySmallPhpTools\Model\SimpleDataStore; |
38 | 38 | use daita\MySmallPhpTools\Traits\TArrayTools; |
39 | 39 | use JsonSerializable; |
40 | -use OCA\Circles\Exceptions\UnknownInterfaceException; |
|
41 | 40 | |
42 | 41 | |
43 | 42 | /** |
@@ -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 | } |