Skip to content

Commit 6899b3e

Browse files
Fix whitespace
1 parent 5095bdc commit 6899b3e

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
@@ -34,7 +34,7 @@ class Differ
3434
*/
3535
public function __construct($header = "--- Original\n+++ New\n", $showNonDiffLines = true)
3636
{
37-
$this->header = $header;
37+
$this->header = $header;
3838
$this->showNonDiffLines = $showNonDiffLines;
3939
}
4040

0 commit comments

Comments
 (0)