summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAudrey Fang <audrey.fang@10gen.com>2018-08-15 13:15:48 -0400
committerAudrey Fang <audrey.fang@10gen.com>2018-08-15 13:16:19 -0400
commita5bde2f3e9afc3f72da01788b76829fb29c2f4e7 (patch)
tree0834bbf90db5be407a4962926862007ac816a277
parentfab6864f4edcae7bb304f79e601f1f62cc376a77 (diff)
downloadmongo-a5bde2f3e9afc3f72da01788b76829fb29c2f4e7.tar.gz
SERVER-36213 Fix lint
-rw-r--r--src/mongo/db/storage/biggie/store_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/biggie/store_test.cpp b/src/mongo/db/storage/biggie/store_test.cpp
index e75ece1434a..d253e94447f 100644
--- a/src/mongo/db/storage/biggie/store_test.cpp
+++ b/src/mongo/db/storage/biggie/store_test.cpp
@@ -1450,7 +1450,7 @@ TEST_F(RadixStoreTest, PathCompressionTest) {
"\n er*"
"\n y*"
"\n food*\n");
-
+
// Add a key that has a prefix already in the tree with a value
thisStore.insert(value_type(value7));
ASSERT_EQ(thisStore.to_string_for_test(),