@@ -14,7 +14,8 @@ |
||
14 | 14 | public function __construct( |
15 | 15 | private readonly float $x, |
16 | 16 | private readonly float $y, |
17 | - ) {} |
|
17 | + ) { |
|
18 | +} |
|
18 | 19 | |
19 | 20 | public function __toString(): string |
20 | 21 | { |