]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Whitespace nit.
authorGuido van Rossum <guido@python.org>
Thu, 13 Jun 2002 11:53:12 +0000 (11:53 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 13 Jun 2002 11:53:12 +0000 (11:53 +0000)
Lib/test/test_gc.py

index 23bb7c5cc9eb5409dad0194d157288ed21a3bca4..751206aa0fb36b72a178f4e5be8a7e03722505bd 100644 (file)
@@ -228,7 +228,7 @@ def test():
         print "disabling automatic collection"
     enabled = gc.isenabled()
     gc.disable()
-    verify(not gc.isenabled() )
+    verify(not gc.isenabled())
     debug = gc.get_debug()
     gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak