summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/object_check_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/rpc/object_check_test.cpp')
-rw-r--r--src/mongo/rpc/object_check_test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/rpc/object_check_test.cpp b/src/mongo/rpc/object_check_test.cpp
index 03adedd0983..00092ec009d 100644
--- a/src/mongo/rpc/object_check_test.cpp
+++ b/src/mongo/rpc/object_check_test.cpp
@@ -53,8 +53,9 @@ TEST(DataTypeValidated, BSONValidationEnabled) {
BSONObj valid = BSON("baz"
<< "bar"
- << "garply" << BSON("foo"
- << "bar"));
+ << "garply"
+ << BSON("foo"
+ << "bar"));
char buf[1024] = {0};
std::copy(valid.objdata(), valid.objdata() + valid.objsize(), begin(buf));
{