From 3bed8596d18275d1561e4f44f1f0bd72c1e038f1 Mon Sep 17 00:00:00 2001 From: Mike Grundy Date: Thu, 4 Feb 2016 12:29:01 -0500 Subject: SERVER-22341 fix jslint errors in jstests/core with eslint --fix Conflicts: jstests/core/count_hint.js --- jstests/core/basic7.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jstests/core/basic7.js') diff --git a/jstests/core/basic7.js b/jstests/core/basic7.js index 7bb0d470e82..4ae7d6902b3 100644 --- a/jstests/core/basic7.js +++ b/jstests/core/basic7.js @@ -2,7 +2,7 @@ t = db.basic7; t.drop(); -t.save( { a : 1 } ) +t.save( { a : 1 } ); t.ensureIndex( { a : 1 } ); assert.eq( t.find().toArray()[0].a , 1 ); -- cgit v1.2.1