mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
trailing-whitespace eradication, no functional changes
This commit is contained in:
parent
5e974ede20
commit
fb59627faa
@ -45,7 +45,7 @@ def next_power_of_k(n, k):
|
||||
return k**(x+1)
|
||||
else:
|
||||
return k**x
|
||||
|
||||
|
||||
def ave(l):
|
||||
return sum(l) / len(l)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user