From 73b8abe46ebe2fce2880f3c56bee8f6a0a75e698 Mon Sep 17 00:00:00 2001 From: Nico Hoffmann Date: Thu, 17 Aug 2023 11:49:45 +0200 Subject: [PATCH] Fix cs --- tests/Panel/Areas/PluginTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Panel/Areas/PluginTest.php b/tests/Panel/Areas/PluginTest.php index 1b8182ae35..049e25db4f 100644 --- a/tests/Panel/Areas/PluginTest.php +++ b/tests/Panel/Areas/PluginTest.php @@ -69,6 +69,5 @@ public function testViewWhen(): void $view = $this->view('bar'); $this->assertSame('k-error-view', $view['component']); - } }