diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-08-20 09:11:14 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-08-20 09:11:14 -0400 |
commit | 5880ee9b58e0278f8122a06398da889ccf3afd31 (patch) | |
tree | a151dcff5120c04d49b8b87d4b37a485f5254f73 /test/suite/test_sweep01.py | |
parent | b83b901de7d3340c571f396dcedc983d68d37d9a (diff) | |
download | mongo-5880ee9b58e0278f8122a06398da889ccf3afd31.tar.gz |
Python, whitespace cleanup.
Diffstat (limited to 'test/suite/test_sweep01.py')
-rw-r--r-- | test/suite/test_sweep01.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_sweep01.py b/test/suite/test_sweep01.py index cbe75d08ae6..d0474cfa7e6 100644 --- a/test/suite/test_sweep01.py +++ b/test/suite/test_sweep01.py @@ -149,7 +149,7 @@ class test_sweep01(wttest.WiredTigerTestCase, suite_subprocess): # print "tod1: " + str(tod1) + " tod2: " + str(tod2) # print "ref1: " + str(ref1) + " ref2: " + str(ref2) - # + # # The files are all closed. Check that sweep did its work even # in the presence of recent checkpoints. # |