Skip to content

Commit 99735d9

Browse files
committed
Indenting PSR-12.
1 parent c5908ef commit 99735d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PuzzleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected function expectExecuteOutputAnswer(string $filename, string $expectedA
2929
$stdin = fopen($filename, 'r');
3030

3131
$this->expectOutputString($expectedAnswer);
32-
32+
3333
$this->puzzle->execute($stdin);
3434
}
3535
}

0 commit comments

Comments
 (0)