summaryrefslogtreecommitdiff
path: root/jstests/core/geo_s2near.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/geo_s2near.js')
-rw-r--r--jstests/core/geo_s2near.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/geo_s2near.js b/jstests/core/geo_s2near.js
index 08bf5ab9081..f8bacf350b4 100644
--- a/jstests/core/geo_s2near.js
+++ b/jstests/core/geo_s2near.js
@@ -90,8 +90,8 @@ function testRadAndDegreesOK(distance) {
assert.eq(resRadians.itcount(), resMeters.itcount());
// Also, geoNear should behave the same way.
- resGNMeters = db.runCommand(
- {geoNear: t.getName(), near: origin, maxDistance: distance, spherical: true});
+ resGNMeters =
+ db.runCommand({geoNear: t.getName(), near: origin, maxDistance: distance, spherical: true});
resGNRadians = db.runCommand({
geoNear: t.getName(),
near: [0, 0],