summaryrefslogtreecommitdiff
path: root/jstests/sharding/multi_mongos2.js
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2016-05-28 17:55:12 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2016-05-28 17:55:12 -0400
commit6dcdd23dd37ef12c87e71cf59ef01cd82432efe0 (patch)
treec8cfb5acb62c80f375bc37e7d4350382deea6a37 /jstests/sharding/multi_mongos2.js
parentd4ac5673ea3f6cef4ce9dbcec90e31813997a528 (diff)
downloadmongo-6dcdd23dd37ef12c87e71cf59ef01cd82432efe0.tar.gz
SERVER-23971 Clang-Format code
Diffstat (limited to 'jstests/sharding/multi_mongos2.js')
-rw-r--r--jstests/sharding/multi_mongos2.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/sharding/multi_mongos2.js b/jstests/sharding/multi_mongos2.js
index 2112408afc0..dcbd5a66655 100644
--- a/jstests/sharding/multi_mongos2.js
+++ b/jstests/sharding/multi_mongos2.js
@@ -28,9 +28,9 @@
assert.eq(1, res.ok, tojson(res));
printjson(s2.adminCommand({"getShardVersion": "test.existing"}));
- printjson(new Mongo(s1.getPrimaryShard("test").name)
- .getDB("admin")
- .adminCommand({"getShardVersion": "test.existing"}));
+ printjson(new Mongo(s1.getPrimaryShard("test").name).getDB("admin").adminCommand({
+ "getShardVersion": "test.existing"
+ }));
assert.eq(1, s1.getDB('test').existing.count({_id: 1})); // SERVER-2828
assert.eq(1, s2.getDB('test').existing.count({_id: 1}));