Skip to content

Commit 6e344b9

Browse files
committed
chore: fmt
1 parent 72c01a0 commit 6e344b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/Base.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,13 @@ public function testHTTPSuccess(): void
205205
echo \implode("\n", $output);
206206

207207
$this->assertEquals([], \array_diff(
208-
$this->normalizeConsoleLines($output),
208+
$this->normalizeConsoleLines($output),
209209
$this->normalizeConsoleLines($this->expectedOutput)
210210
));
211211
}
212212

213-
private function normalizeConsoleLines($lines) {
213+
private function normalizeConsoleLines($lines)
214+
{
214215
return \array_map(function (string $line) {
215216
if (\str_starts_with($line, '{')) {
216217
return \json_decode($line);

0 commit comments

Comments
 (0)