@@ -96,6 +96,6 @@ |
||
| 96 | 96 | * to make it harder to impersonate people. |
| 97 | 97 | */ |
| 98 | 98 | public function avatarBackgroundColor(string $hash): Color { |
| 99 | - return parent::avatarBackgroundColor($hash . ' (guest)'); |
|
| 99 | + return parent::avatarBackgroundColor($hash.' (guest)'); |
|
| 100 | 100 | } |
| 101 | 101 | } |