Skip to content

Commit 7adc1db

Browse files
patinthehatactions-user
authored andcommitted
Fix styling
1 parent 855273f commit 7adc1db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/CodeSnippet.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ protected function getBoundsMulti(int $totalNumberOfLineInFile): array
172172
// snippetLineCount() was used
173173
if (! is_int($this->linesAfter) || ! is_int($this->linesBefore)) {
174174
[$startLine, $endLine] = $this->getBoundsMultiForSnippetLineCount(
175-
$startLine, $endLine, $totalNumberOfLineInFile
175+
$startLine,
176+
$endLine,
177+
$totalNumberOfLineInFile
176178
);
177179
}
178180

0 commit comments

Comments
 (0)