From 4b0cf0916f96116142bdb89e54bb3011e61a1295 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 12 Nov 2023 09:40:59 +0000 Subject: [PATCH] Apply fixes from StyleCI --- packages/realtime-compiler/tests/ConsoleOutputTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/realtime-compiler/tests/ConsoleOutputTest.php b/packages/realtime-compiler/tests/ConsoleOutputTest.php index 9adb40ffb03..b554e1e56cf 100644 --- a/packages/realtime-compiler/tests/ConsoleOutputTest.php +++ b/packages/realtime-compiler/tests/ConsoleOutputTest.php @@ -6,7 +6,7 @@ use function Termwind\{renderUsing}; beforeEach(function () { - renderUsing($this->output = new BufferedOutput()); + renderUsing($this->output = new BufferedOutput()); }); afterEach(function () {