Skip to content

Commit e78fb2b

Browse files
committed
revert whitespace-only change
1 parent 40b590f commit e78fb2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/brotlicffi/_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ def _decompress(self, data, output_buffer_limit):
450450
# is to be processed.
451451
if output_buffer_limit is not None and output_buffer_limit <= 0:
452452
return b''
453+
453454
# Use unconsumed data if available, use new data otherwise.
454455
if self._unconsumed_data:
455456
input_data = self._unconsumed_data

0 commit comments

Comments
 (0)