[Git][reproducible-builds/diffoscope][master] Reflow for Black.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Mon Jul 11 08:01:54 UTC 2022



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
ea48e35f by Chris Lamb at 2022-07-11T09:01:35+01:00
Reflow for Black.

- - - - -


1 changed file:

- diffoscope/comparators/haskell.py


Changes:

=====================================
diffoscope/comparators/haskell.py
=====================================
@@ -129,7 +129,8 @@ class HiFile(File):
             # Now read characters; each is 32-bit big-endian.
             try:
                 version_found = "".join(
-                    chr(struct.unpack(">I", fp.read(4))[0]) for _ in range(length)
+                    chr(struct.unpack(">I", fp.read(4))[0])
+                    for _ in range(length)
                 )
             except ValueError:
                 # Don't traceback if we encounter and invalid Unicode character.



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/ea48e35f94b7bd253cef198e830f8845c20c5a81

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/ea48e35f94b7bd253cef198e830f8845c20c5a81
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220711/cedcd34d/attachment.htm>


More information about the rb-commits mailing list