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

Remove blank lines from end of flies.

parent 1c268130
No related branches found
No related tags found
No related merge requests found
......@@ -34,4 +34,3 @@ class JavaScriptFile(File):
def compare_details(self, other, source=None):
return [Difference.from_command(JavaScriptBeautify, self.path, other.path)]
......@@ -36,4 +36,3 @@ class PublicKeyFile(File):
def compare_details(self, other, source=None):
return [Difference.from_command(SSHKeyList, self.path, other.path)]
......@@ -56,4 +56,3 @@ def test_compare_non_existing(monkeypatch, icc1):
difference = icc1.compare(MissingFile('/nonexisting', icc1))
assert difference.source2 == '/nonexisting'
assert len(difference.details) > 0
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