[diffoscope] 01/04: Remove blank lines from end of flies.

Chris Lamb chris at chris-lamb.co.uk
Sat Sep 9 12:29:50 CEST 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository diffoscope.

commit b223a8abc69bc879e351ade614b40807ea32ecae
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Sep 9 11:25:50 2017 +0100

    Remove blank lines from end of flies.
---
 diffoscope/comparators/javascript.py | 1 -
 diffoscope/comparators/openssh.py    | 1 -
 tests/comparators/test_icc.py        | 1 -
 3 files changed, 3 deletions(-)

diff --git a/diffoscope/comparators/javascript.py b/diffoscope/comparators/javascript.py
index 1529378..e043bc6 100644
--- a/diffoscope/comparators/javascript.py
+++ b/diffoscope/comparators/javascript.py
@@ -34,4 +34,3 @@ class JavaScriptFile(File):
 
     def compare_details(self, other, source=None):
         return [Difference.from_command(JavaScriptBeautify, self.path, other.path)]
-
diff --git a/diffoscope/comparators/openssh.py b/diffoscope/comparators/openssh.py
index 5e00632..887a35d 100644
--- a/diffoscope/comparators/openssh.py
+++ b/diffoscope/comparators/openssh.py
@@ -36,4 +36,3 @@ class PublicKeyFile(File):
 
     def compare_details(self, other, source=None):
         return [Difference.from_command(SSHKeyList, self.path, other.path)]
-
diff --git a/tests/comparators/test_icc.py b/tests/comparators/test_icc.py
index 9dede79..f1674c5 100644
--- a/tests/comparators/test_icc.py
+++ b/tests/comparators/test_icc.py
@@ -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
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list