Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Ensure colours are correct way around
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed May 2, 2020
1 parent b7dadcd commit befdea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ward/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def build_unified_diff(lhs_repr: str, rhs_repr: str) -> str:
current_span = ""
current_span += line_to_rewrite[
index - 2
] # Subtract 2 to account for code at start of line
] # Subtract 2 to account for code at start of line
prev_char = char
index += 1

Expand Down

0 comments on commit befdea1

Please sign in to comment.