trailing-whitespace eradication, no functional changes

This commit is contained in:
Brian Warner 2007-11-01 15:22:57 -07:00
parent 828e2734e6
commit f4946bc22e

View File

@ -231,7 +231,7 @@ class IStorageBucketWriter(Interface):
"""
@return: a Deferred that fires (with None) when the operation completes
"""
def put_share_hashes(sharehashes=ListOf(TupleOf(int, Hash),
maxLength=2**20)):
"""