Skip to content

Commit eb9ed6d

Browse files
djmattyg007sebastianbergmann
authored andcommitted
Remove unnecessary whitespace.
1 parent 52c7d4e commit eb9ed6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Differ.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function diff($from, $to, LongestCommonSubsequence $lcs = null)
104104

105105
if ($newChunk) {
106106
if ($this->showNonDiffLines === true) {
107-
$buffer .= "@@ @@\n";
107+
$buffer .= "@@ @@\n";
108108
}
109109
$newChunk = false;
110110
}

0 commit comments

Comments
 (0)