[diffoscope] 03/05: Add two spaces before inline comment.
Chris Lamb
chris at chris-lamb.co.uk
Sat Mar 3 23:45:51 CET 2018
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit 33a6e7045035e1b90118136ff8eee58f0ea68163
Author: Chris Lamb <lamby at debian.org>
Date: Sat Mar 3 22:34:26 2018 +0000
Add two spaces before inline comment.
---
diffoscope/difference.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/diffoscope/difference.py b/diffoscope/difference.py
index 897c58b..b28ef10 100644
--- a/diffoscope/difference.py
+++ b/diffoscope/difference.py
@@ -104,9 +104,9 @@ class Difference(object):
reverse_unified_diff(self.unified_diff) if self.unified_diff is not None else None,
self.source2,
self.source1,
- comment=self._comments, # already copied by fmap in get_reverse
+ comment=self._comments, # already copied by fmap in get_reverse
has_internal_linenos=self.has_internal_linenos,
- details=self._details, # already reversed by fmap in get_reverse, no need to copy
+ details=self._details, # already reversed by fmap in get_reverse, no need to copy
)
def get_reverse(self):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list