Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 12, 2023
1 parent 2f62018 commit 4b0cf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realtime-compiler/tests/ConsoleOutputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use function Termwind\{renderUsing};

beforeEach(function () {
renderUsing($this->output = new BufferedOutput());
renderUsing($this->output = new BufferedOutput());
});

afterEach(function () {
Expand Down

0 comments on commit 4b0cf09

Please sign in to comment.