diff options
author | Mike Grundy <michael.grundy@10gen.com> | 2016-03-08 18:31:04 -0500 |
---|---|---|
committer | Mike Grundy <michael.grundy@10gen.com> | 2016-03-08 18:40:44 -0500 |
commit | 3613cd6822fe67e23c0b131ed1540dec6c327000 (patch) | |
tree | dab67e1fa10bff7435e714cb522dec135182c0bb /src | |
parent | c3d61312145ad37fa43bdfe048d6574aff892876 (diff) | |
download | mongo-3613cd6822fe67e23c0b131ed1540dec6c327000.tar.gz |
SERVER-23018 Clean up JS linting errors in JS tests
Diffstat (limited to 'src')
-rw-r--r-- | src/mongo/shell/shardingtest.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/shell/shardingtest.js b/src/mongo/shell/shardingtest.js index 49592e10f1c..34f511b630e 100644 --- a/src/mongo/shell/shardingtest.js +++ b/src/mongo/shell/shardingtest.js @@ -698,7 +698,7 @@ var ShardingTest = function(params) { db = oldDB; return false; } - } + }; this.isAnyBalanceInFlight = function() { if (this.config.locks.find({ _id : { $ne : "balancer" }, state : 2 }).count() > 0) |