summaryrefslogtreecommitdiff
path: root/jstests/core/geo_distinct.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/geo_distinct.js')
-rw-r--r--jstests/core/geo_distinct.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/core/geo_distinct.js b/jstests/core/geo_distinct.js
index 705bf1cc7ce..33ea7dd3461 100644
--- a/jstests/core/geo_distinct.js
+++ b/jstests/core/geo_distinct.js
@@ -60,10 +60,7 @@ for (var i = 0; i < 50; ++i) {
coll.insert({zone: 4, loc: {type: 'Point', coordinates: [10, 10]}});
coll.insert({zone: 5, loc: {type: 'Point', coordinates: [20, 20]}});
}
-var originGeoJSON = {
- type: 'Point',
- coordinates: [0, 0]
-};
+var originGeoJSON = {type: 'Point', coordinates: [0, 0]};
// Test distinct with $nearSphere query predicate.