]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/test/test_drop_upload.py
Remove all trailing whitespace from .py files.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_drop_upload.py
index a88808f8a66f1c150977f7e93eca545b581f63ff..beade2625c2d12ddab44e010078aeb76a24eb3a0 100644 (file)
@@ -90,7 +90,7 @@ class DropUploadTestMixin(GridTestMixin, ShouldFailMixin, ReallyEqualMixin):
         previously_disappeared = self._get_count('drop_upload.files_disappeared')
 
         d = defer.Deferred()
+
         # Note: this relies on the fact that we only get one IN_CLOSE_WRITE notification per file
         # (otherwise we would get a defer.AlreadyCalledError). Should we be relying on that?
         self.uploader.set_uploaded_callback(d.callback)