[diffoscope] 02/04: comparators.apk: Reflow long line.
Chris Lamb
chris at chris-lamb.co.uk
Sun Jan 15 03:46:56 CET 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit 7c19a7d3c5fd7c6df54d8f1c5f3ccd202d806c60
Author: Chris Lamb <lamby at debian.org>
Date: Sun Jan 15 13:20:52 2017 +1100
comparators.apk: Reflow long line.
Gbp-Dch: Ignore
---
diffoscope/comparators/apk.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/diffoscope/comparators/apk.py b/diffoscope/comparators/apk.py
index 5a2663b..c45c01f 100644
--- a/diffoscope/comparators/apk.py
+++ b/diffoscope/comparators/apk.py
@@ -90,8 +90,9 @@ class ApkFile(File):
ApkFile.RE_FILE_EXTENSION.search(file.name)
def compare_details(self, other, source=None):
- zipinfo_difference = Difference.from_command(Zipinfo, self.path, other.path) or \
- Difference.from_command(ZipinfoVerbose, self.path, other.path)
+ zipinfo_difference = \
+ Difference.from_command(Zipinfo, self.path, other.path) or \
+ Difference.from_command(ZipinfoVerbose, self.path, other.path)
return [zipinfo_difference]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list