]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trivial: M-x whitespace-cleanup on src/immutable/download.py
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 8 Jan 2009 17:49:01 +0000 (10:49 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 8 Jan 2009 17:49:01 +0000 (10:49 -0700)
src/allmydata/immutable/download.py

index 25b3adb64f947fba67bf6790fc7f95cf6c8df388..310b181dfcd475b45b16503c4b26e5ed43d8f9ac 100644 (file)
@@ -1,4 +1,3 @@
-
 import os, random, weakref, itertools, time
 from zope.interface import implements
 from twisted.internet import defer
@@ -113,7 +112,6 @@ class Output:
         self.crypttext_hash = self._crypttext_hasher.digest()
         self.log("download finished, closing IDownloadable", level=log.NOISY)
         self.downloadable.close()
-
     def finish(self):
         return self.downloadable.finish()