Skip to content
Snippets Groups Projects
Commit f9aced5c authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Remove unnecessary return value from Difference.check_for_ordering_differences.

parent 2236701a
No related branches found
No related tags found
No related merge requests found
......@@ -409,7 +409,7 @@ class Difference:
"""
if not self.unified_diff:
return False
return
diff_lines = self.unified_diff.splitlines()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment