Skip to content

Commit 55a4eba

Browse files
committed
remove TODO warning
1 parent 2fe16f9 commit 55a4eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public function generateTableRowsReplace(array $changes): string
166166
{
167167
$html = '';
168168

169-
//TODO: Is below comparison result ever false?
169+
// Is below comparison result ever false?
170170
if (count($changes['base']['lines']) >= count($changes['changed']['lines'])) {
171171
foreach ($changes['base']['lines'] as $lineNo => $line) {
172172
$fromLine = $changes['base']['offset'] + $lineNo + 1;

0 commit comments

Comments
 (0)