Skip to content

Commit

Permalink
Fixing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
silverdaz committed Dec 28, 2023
1 parent a3e1aef commit 10a05c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypt4gh/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def skip(self, size):
if not size:
return

assert(size > 0)
assert(size > 0)
LOG.debug('Skipping %d bytes | Buffer size: %d', size, self.buf_size())

while size > 0:
Expand Down

0 comments on commit 10a05c1

Please sign in to comment.