@@ -41,7 +41,7 @@ |
||
| 41 | 41 | */ |
| 42 | 42 | public function login(string $name): string |
| 43 | 43 | { |
| 44 | - if (array_key_exists($name, $this->getUsers())){ |
|
| 44 | + if (array_key_exists($name, $this->getUsers())) { |
|
| 45 | 45 | return sprintf("%s is authenticated \n", $name); |
| 46 | 46 | } |
| 47 | 47 | |