summaryrefslogtreecommitdiff
path: root/jstests/readonly/geo.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/readonly/geo.js')
-rw-r--r--jstests/readonly/geo.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/readonly/geo.js b/jstests/readonly/geo.js
index 73e91c64eeb..13705af0408 100644
--- a/jstests/readonly/geo.js
+++ b/jstests/readonly/geo.js
@@ -24,10 +24,7 @@ runReadOnlyTest(function() {
name: "The Counting Room",
loc: {type: "Point", coordinates: [40.7209601, -73.9588041]}
},
- {
- name: "Kinfolk 94",
- loc: {type: "Point", coordinates: [40.7217058, -73.9605489]}
- }
+ {name: "Kinfolk 94", loc: {type: "Point", coordinates: [40.7217058, -73.9605489]}}
];
writableCollection.insertMany(locDocs);