@@ -120,7 +120,7 @@ |
||
| 120 | 120 | { |
| 121 | 121 | $user = $this->authService->get('uuid', $uuid); |
| 122 | 122 | |
| 123 | - if(!$user) { |
|
| 123 | + if (!$user) { |
|
| 124 | 124 | return false; |
| 125 | 125 | } |
| 126 | 126 | |