Skip to content

Commit 35cd1eb

Browse files
committed
remove blank line
1 parent aed258f commit 35cd1eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/jblond/Diff/Renderer/Html/HtmlArray.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public function render()
9696
$lastTag = null;
9797
$lastBlock = 0;
9898
foreach ($group as [$tag, $i1, $i2, $j1, $j2]) {
99-
10099
if ($tag == 'replace' && $i2 - $i1 == $j2 - $j1) {
101100
for ($i = 0; $i < ($i2 - $i1); ++$i) {
102101
$fromLine = $old[$i1 + $i];

0 commit comments

Comments
 (0)