summaryrefslogtreecommitdiff
path: root/jstests/core/geo_s2oddshapes.js
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2016-05-28 17:55:12 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2016-05-28 17:55:12 -0400
commit6dcdd23dd37ef12c87e71cf59ef01cd82432efe0 (patch)
treec8cfb5acb62c80f375bc37e7d4350382deea6a37 /jstests/core/geo_s2oddshapes.js
parentd4ac5673ea3f6cef4ce9dbcec90e31813997a528 (diff)
downloadmongo-6dcdd23dd37ef12c87e71cf59ef01cd82432efe0.tar.gz
SERVER-23971 Clang-Format code
Diffstat (limited to 'jstests/core/geo_s2oddshapes.js')
-rw-r--r--jstests/core/geo_s2oddshapes.js10
1 files changed, 2 insertions, 8 deletions
diff --git a/jstests/core/geo_s2oddshapes.js b/jstests/core/geo_s2oddshapes.js
index 6f14533c928..4ae953696a0 100644
--- a/jstests/core/geo_s2oddshapes.js
+++ b/jstests/core/geo_s2oddshapes.js
@@ -5,10 +5,7 @@ var t = db.geo_s2oddshapes;
t.drop();
t.ensureIndex({geo: "2dsphere"});
-var testPoint = {
- name: "origin",
- geo: {type: "Point", coordinates: [0.0, 0.0]}
-};
+var testPoint = {name: "origin", geo: {type: "Point", coordinates: [0.0, 0.0]}};
var testHorizLine = {
name: "horiz",
@@ -60,10 +57,7 @@ assert.eq(result.itcount(), 3);
t.drop();
t.ensureIndex({geo: "2dsphere"});
-var insidePoint = {
- name: "inside",
- geo: {type: "Point", name: "inside", coordinates: [100.0, 0.0]}
-};
+var insidePoint = {name: "inside", geo: {type: "Point", name: "inside", coordinates: [100.0, 0.0]}};
var outsidePoint = {
name: "inside",