@@ -34,7 +34,7 @@ |
||
34 | 34 | string $currency, bool $isValid, ?int $iso, ?int $decimals |
35 | 35 | ): void |
36 | 36 | { |
37 | - if(!$isValid) { |
|
37 | + if (!$isValid) { |
|
38 | 38 | $this->expectException(\InvalidArgumentException::class); |
39 | 39 | $this->expectExceptionMessage("$currency is not an allowed currency"); |
40 | 40 | } |