summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2016-02-01 22:55:46 -0500
committerDon Anderson <dda@ddanderson.com>2016-02-01 22:55:46 -0500
commitfaf504846ba81e991e5784166571c6fdcee8b493 (patch)
treed5d569881d0eb4c33e2f12bece02d7577a4dedc4 /test
parent9b87a2f1211d36231a765a8f363a1a90eda26f7c (diff)
downloadmongo-faf504846ba81e991e5784166571c6fdcee8b493.tar.gz
WT-2375 Whitespace and spelling.
Diffstat (limited to 'test')
-rw-r--r--test/suite/test_collator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_collator.py b/test/suite/test_collator.py
index 7c13cdc4736..34b5c20247f 100644
--- a/test/suite/test_collator.py
+++ b/test/suite/test_collator.py
@@ -97,7 +97,7 @@ class test_collator(wttest.WiredTigerTestCase):
def expected_main_value(self, i):
return ','.join([str((i*j)%100) for j in range(0, self.nindices)])
-
+
# We split the population into two phases
# (in anticipation of future tests that create
# indices between the two population steps).