From: Brian Warner Date: Thu, 1 Nov 2007 22:22:57 +0000 (-0700) Subject: trailing-whitespace eradication, no functional changes X-Git-Tag: allmydata-tahoe-0.7.0~328 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=f4946bc22ef2ec8b7e7b771e303b06026845f270;p=tahoe-lafs%2Ftahoe-lafs.git trailing-whitespace eradication, no functional changes --- diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index 8aec8a88..cc857493 100644 --- a/src/allmydata/interfaces.py +++ b/src/allmydata/interfaces.py @@ -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)): """