summaryrefslogtreecommitdiff
path: root/jstests/core/geo_polygon3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/geo_polygon3.js')
-rw-r--r--jstests/core/geo_polygon3.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/core/geo_polygon3.js b/jstests/core/geo_polygon3.js
index ed8f040fa8d..1f81e70adfa 100644
--- a/jstests/core/geo_polygon3.js
+++ b/jstests/core/geo_polygon3.js
@@ -11,10 +11,7 @@ for (var n = 0; n < numTests; n++) {
num = 0;
for (x = 1; x < 9; x++) {
for (y = 1; y < 9; y++) {
- o = {
- _id: num++,
- loc: [x, y]
- };
+ o = {_id: num++, loc: [x, y]};
t.save(o);
}
}