Skip to content

Commit 049b1f1

Browse files
author
Chris Gorgolewski
committed
fixed spacing, take 28
1 parent 9d9b56e commit 049b1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/tests/test_volumeutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ def test_allopen_compresslevel():
10581058
# We can set the default compression level with the module global
10591059
# Get some data to compress
10601060
with open(__file__, 'rb') as fobj:
1061-
my_self=fobj.read()
1061+
my_self = fobj.read()
10621062
# Prepare loop
10631063
fname = 'test.gz'
10641064
sizes = {}

0 commit comments

Comments
 (0)