Skip to content

Commit 4b0cf09

Browse files
committed
Apply fixes from StyleCI
1 parent 2f62018 commit 4b0cf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/realtime-compiler/tests/ConsoleOutputTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use function Termwind\{renderUsing};
77

88
beforeEach(function () {
9-
renderUsing($this->output = new BufferedOutput());
9+
renderUsing($this->output = new BufferedOutput());
1010
});
1111

1212
afterEach(function () {

0 commit comments

Comments
 (0)