@@ -19,7 +19,7 @@ |
||
| 19 | 19 | |
| 20 | 20 | public static function userData(Int $id) |
| 21 | 21 | { |
| 22 | - if(!isset(self::$names[$id])) { |
|
| 22 | + if (!isset(self::$names[$id])) { |
|
| 23 | 23 | return [ |
| 24 | 24 | 'error' => 404, |
| 25 | 25 | 'message' => 'User not found' |