From fb46f0112723f46d31b04c84aeb8aa6a3b08aa1f Mon Sep 17 00:00:00 2001 From: Mike Grundy Date: Fri, 5 Feb 2016 15:13:45 -0500 Subject: SERVER-22341 fix jslint errors in jstests/sharding with eslint --fix --- jstests/sharding/migration_with_source_ops.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jstests/sharding/migration_with_source_ops.js') diff --git a/jstests/sharding/migration_with_source_ops.js b/jstests/sharding/migration_with_source_ops.js index 621b2de9b42..f518530c866 100644 --- a/jstests/sharding/migration_with_source_ops.js +++ b/jstests/sharding/migration_with_source_ops.js @@ -149,4 +149,4 @@ assert.eq(1, recipientCollUpdatedNum, "Update failed on recipient shard during m jsTest.log('DONE!'); st.stop(); -})() +})(); -- cgit v1.2.1