diff options
author | Mike Grundy <michael.grundy@10gen.com> | 2016-02-04 12:30:06 -0500 |
---|---|---|
committer | Mike Grundy <michael.grundy@10gen.com> | 2016-02-05 15:00:51 -0500 |
commit | 8ca7124defb9a617281e4e557fd811c66ee0ef82 (patch) | |
tree | 5884859a265397ea16018b55ae9efd731d4e1695 /jstests/noPassthroughWithMongod/geo_near_random2.js | |
parent | b4b016d9732a189fceddbcad5be378a7848d95b1 (diff) | |
download | mongo-8ca7124defb9a617281e4e557fd811c66ee0ef82.tar.gz |
SERVER-22341 fix jslint errors in jstests/noPassthroughWithMongod with eslint --fix
Diffstat (limited to 'jstests/noPassthroughWithMongod/geo_near_random2.js')
-rw-r--r-- | jstests/noPassthroughWithMongod/geo_near_random2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/geo_near_random2.js b/jstests/noPassthroughWithMongod/geo_near_random2.js index d7dbc9792a5..ac729b140e6 100644 --- a/jstests/noPassthroughWithMongod/geo_near_random2.js +++ b/jstests/noPassthroughWithMongod/geo_near_random2.js @@ -12,7 +12,7 @@ test.testPt(test.mkPt(), opts); test.testPt(test.mkPt(), opts); test.testPt(test.mkPt(), opts); -opts.sphere = 1 +opts.sphere = 1; test.testPt([0,0], opts); test.testPt(test.mkPt(0.8), opts); test.testPt(test.mkPt(0.8), opts); |