@@ -6,6 +6,6 @@ class Price
{
public static function format(float $price): string
- return number_format($price, 2, '.', ' ') . '₽';
+ return number_format($price, 2, '.', ' ') . '₽';
}