]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trivial: "M-x whitespace-cleanup", and also remove an unused variable
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 31 Dec 2008 22:42:33 +0000 (15:42 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 31 Dec 2008 22:42:33 +0000 (15:42 -0700)
src/allmydata/test/test_storage.py

index 84f5a60c61e996e71a81a73fcca3192607355a28..e5c3584fd8eb162ee83e3172a74bf32cbaf24d07 100644 (file)
@@ -1,4 +1,3 @@
-
 from twisted.trial import unittest
 
 from twisted.internet import defer
@@ -577,7 +576,6 @@ class Server(unittest.TestCase):
         ss.setNodeID("\x00" * 20)
         ss.setServiceParent(self.sparent)
 
-        canary = FakeCanary()
         already,writers = self.allocate(ss, "vid", [0,1,2], 75)
         self.failUnlessEqual(already, set())
         self.failUnlessEqual(writers, {})