mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
trivial: whitespace
This commit is contained in:
parent
66f83c7356
commit
9247dc70e5
@ -186,7 +186,6 @@ def open_or_create(fname, binarymode=True):
|
||||
except EnvironmentError:
|
||||
return open(fname, binarymode and "w+b" or "w+")
|
||||
|
||||
|
||||
def du(basedir):
|
||||
size = 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user