diff options
author | Mike Grundy <michael.grundy@10gen.com> | 2016-02-05 15:13:45 -0500 |
---|---|---|
committer | Mike Grundy <michael.grundy@10gen.com> | 2016-02-09 14:46:30 -0500 |
commit | fb46f0112723f46d31b04c84aeb8aa6a3b08aa1f (patch) | |
tree | 85420b8810389c584c00a51510a4a6fb6222ee0f /jstests/sharding/cursor_cleanup.js | |
parent | e0c067b5f7a10308c5a52f2dbb662e7cfdb41e1e (diff) | |
download | mongo-fb46f0112723f46d31b04c84aeb8aa6a3b08aa1f.tar.gz |
SERVER-22341 fix jslint errors in jstests/sharding with eslint --fix
Diffstat (limited to 'jstests/sharding/cursor_cleanup.js')
-rw-r--r-- | jstests/sharding/cursor_cleanup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/cursor_cleanup.js b/jstests/sharding/cursor_cleanup.js index e0971db5e32..4eb200b87e3 100644 --- a/jstests/sharding/cursor_cleanup.js +++ b/jstests/sharding/cursor_cleanup.js @@ -52,7 +52,7 @@ jsTest.log("End the cursors."); shardedCursor.itcount(); unshardedCursor.itcount(); -var cursorInfo = admin.serverStatus().metrics.cursor;; +var cursorInfo = admin.serverStatus().metrics.cursor; printjson(cursorInfo); assert.eq(cursorInfo.open.multiTarget, 0); |