Skip to content

Commit 38ecf69

Browse files
fixup: fix pep8 issue
1 parent 54fad68 commit 38ecf69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/borg/testsuite/chunker_slow.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ def twist(size):
2525

2626
# The hashes below match the existing chunker behavior. Future chunker optimisations
2727
# must not change this, or existing repos will bloat.
28-
tests = ( (null_permutation,
29-
unhexlify("b559b0ac8df8daaa221201d018815114241ea5c6609d98913cd2246a702af4e3")),
30-
(reverse_permutation,
31-
unhexlify("6e56c9a94c29b4564c158131914ab21b34e6897002b38e71b0843be68158c00f")))
28+
tests = ((null_permutation,
29+
unhexlify("b559b0ac8df8daaa221201d018815114241ea5c6609d98913cd2246a702af4e3")),
30+
(reverse_permutation,
31+
unhexlify("6e56c9a94c29b4564c158131914ab21b34e6897002b38e71b0843be68158c00f")))
3232

3333
for permutation, expected_result in tests:
3434
runs = []

0 commit comments

Comments
 (0)