summaryrefslogtreecommitdiff
path: root/test/suite/test_cursor_tracker.py
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-08-20 09:11:14 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-08-20 09:11:14 -0400
commit5880ee9b58e0278f8122a06398da889ccf3afd31 (patch)
treea151dcff5120c04d49b8b87d4b37a485f5254f73 /test/suite/test_cursor_tracker.py
parentb83b901de7d3340c571f396dcedc983d68d37d9a (diff)
downloadmongo-5880ee9b58e0278f8122a06398da889ccf3afd31.tar.gz
Python, whitespace cleanup.
Diffstat (limited to 'test/suite/test_cursor_tracker.py')
-rw-r--r--test/suite/test_cursor_tracker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_cursor_tracker.py b/test/suite/test_cursor_tracker.py
index 1fa93f3e59b..742dea4c32b 100644
--- a/test/suite/test_cursor_tracker.py
+++ b/test/suite/test_cursor_tracker.py
@@ -461,7 +461,7 @@ class TestCursorTracker(wttest.WiredTigerTestCase):
except:
v = '[invalid]'
print(prefix + k + ' ' + v)
-
+
def cur_check(self, cursor, got, want, iskey):
if got != want:
if iskey: