summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/moveprimary-replset.js
diff options
context:
space:
mode:
authorMike Grundy <michael.grundy@10gen.com>2016-02-04 12:30:06 -0500
committerMike Grundy <michael.grundy@10gen.com>2016-02-05 15:00:51 -0500
commit8ca7124defb9a617281e4e557fd811c66ee0ef82 (patch)
tree5884859a265397ea16018b55ae9efd731d4e1695 /jstests/noPassthroughWithMongod/moveprimary-replset.js
parentb4b016d9732a189fceddbcad5be378a7848d95b1 (diff)
downloadmongo-8ca7124defb9a617281e4e557fd811c66ee0ef82.tar.gz
SERVER-22341 fix jslint errors in jstests/noPassthroughWithMongod with eslint --fix
Diffstat (limited to 'jstests/noPassthroughWithMongod/moveprimary-replset.js')
-rwxr-xr-xjstests/noPassthroughWithMongod/moveprimary-replset.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/moveprimary-replset.js b/jstests/noPassthroughWithMongod/moveprimary-replset.js
index 50fe756463b..2725585a08e 100755
--- a/jstests/noPassthroughWithMongod/moveprimary-replset.js
+++ b/jstests/noPassthroughWithMongod/moveprimary-replset.js
@@ -18,7 +18,7 @@ var shardingTestConfig = {
config : 3,
rs : { nodes : 3 },
other : { manualAddShard : true }
-}
+};
var shardingTest = new ShardingTest(shardingTestConfig);
jsTest.log("Geting connections to the individual shards");