Details
-
Task
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
Description
ERROR: Found diff for /media/ssd/mongo4/src/mongo/s/catalog/replset/catalog_manager_replica_set_remove_shard_test.cpp
|
To fix formatting errors, run /usr/bin/clang-format-3.6 --style=file -i /media/ssd/mongo4/src/mongo/s/catalog/replset/catalog_manager_replica_set_remove_shard_test.cpp
|
---
|
+++
|
@@ -89,9 +89,8 @@
|
onCommand([&](const RemoteCommandRequest& request) {
|
ASSERT_EQUALS(configHost, request.target);
|
ASSERT_EQUALS("config", request.dbname);
|
- BSONObj expectedCreateCmd = BSON("create" << ChangelogType::ConfigNS <<
|
- "capped" << true <<
|
- "size" << 1024 * 1024 * 10);
|
+ BSONObj expectedCreateCmd = BSON("create" << ChangelogType::ConfigNS << "capped" << true
|
+ << "size" << 1024 * 1024 * 10);
|
ASSERT_EQUALS(expectedCreateCmd, request.cmdObj);
|
|
|
return BSON("ok" << 1);
|
ERROR: Code Style does not match coding style
|
Attachments
Issue Links
- is related to
-
SERVER-19184 clang-format does odd things with BSON doc
-
- Closed
-