Skip to content

Commit d21c96c

Browse files
author
Kevin Paulisse
committed
Colorize the last divider too
1 parent ce2a54a commit d21c96c

File tree

1 file changed

+1
-1
lines changed
  • lib/octocatalog-diff/catalog-diff/display

1 file changed

+1
-1
lines changed

lib/octocatalog-diff/catalog-diff/display/text.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def self.addition_only_no_truncation(depth, hash)
375375
next if hash[key] !~ /\n/
376376
result << left_pad(2 * depth + 4, [key.inspect, ': >>>'].join('')).green
377377
result.concat hash[key].split(/\n/).map(&:green)
378-
result << '<<<'
378+
result << '<<<'.green
379379
end
380380

381381
result

0 commit comments

Comments
 (0)