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_bug008.py | |
parent | b83b901de7d3340c571f396dcedc983d68d37d9a (diff) | |
download | mongo-5880ee9b58e0278f8122a06398da889ccf3afd31.tar.gz |
Python, whitespace cleanup.
Diffstat (limited to 'test/suite/test_bug008.py')
-rw-r--r-- | test/suite/test_bug008.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite/test_bug008.py b/test/suite/test_bug008.py index 0102cbd63f4..75cbd989cd1 100644 --- a/test/suite/test_bug008.py +++ b/test/suite/test_bug008.py @@ -48,7 +48,7 @@ class test_bug008(wttest.WiredTigerTestCase): # Populate the tree and reopen the connection, forcing it to disk # and moving the records to an on-page format. - simple_populate(self, uri, self.fmt, 100) + simple_populate(self, uri, self.fmt, 100) self.reopen_conn() # Begin a transaction, and add some additional records. @@ -105,7 +105,7 @@ class test_bug008(wttest.WiredTigerTestCase): # Populate the tree and reopen the connection, forcing it to disk # and moving the records to an on-page format. - simple_populate(self, uri, self.fmt, 100) + simple_populate(self, uri, self.fmt, 100) self.reopen_conn() # Add some additional visible records. |