From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 31 Dec 2008 22:42:33 +0000 (-0700)
Subject: trivial: "M-x whitespace-cleanup", and also remove an unused variable
X-Git-Url: https://git.rkrishnan.org/specifications/listings/cyclelanguage?a=commitdiff_plain;h=b0b9e8c1daf7b22e7ef4d530959e38ea9535068c;p=tahoe-lafs%2Ftahoe-lafs.git

trivial: "M-x whitespace-cleanup", and also remove an unused variable
---

diff --git a/src/allmydata/test/test_storage.py b/src/allmydata/test/test_storage.py
index 84f5a60c..e5c3584f 100644
--- a/src/allmydata/test/test_storage.py
+++ b/src/allmydata/test/test_storage.py
@@ -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, {})