Remove space

This commit is contained in:
Brabli
2022-09-22 09:18:34 +01:00
parent 9195df9028
commit b2f6e07d97

View File

@@ -304,6 +304,5 @@ class IconExtensionTest extends TestCase
{ {
$this->expectException(\InvalidArgumentException::class); $this->expectException(\InvalidArgumentException::class);
$this->icon->renderIcon(['icon' => self::ICON, 'fake-key-should-throw' => null]); $this->icon->renderIcon(['icon' => self::ICON, 'fake-key-should-throw' => null]);
} }
} }