Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24ce386

Browse files
committed
Fix whitespace
1 parent 37dc5f8 commit 24ce386

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/bz2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def close(self):
105105
self._fp.write(self._compressor.flush())
106106
self._compressor = None
107107
finally:
108-
try:
108+
try:
109109
if self._closefp:
110110
self._fp.close()
111111
finally:
@@ -251,7 +251,7 @@ def read1(self, size=-1):
251251

252252
def readinto(self, b):
253253
"""Read up to len(b) bytes into b.
254-
254+
255255
Returns the number of bytes read (0 for EOF).
256256
"""
257257
with self._lock:

0 commit comments

Comments
 (0)