summaryrefslogtreecommitdiff
path: root/jstests/core/numberlong3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/numberlong3.js')
-rw-r--r--jstests/core/numberlong3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/numberlong3.js b/jstests/core/numberlong3.js
index b62d1865ff4..0dabdec2a05 100644
--- a/jstests/core/numberlong3.js
+++ b/jstests/core/numberlong3.js
@@ -13,7 +13,7 @@ for (i = 10; i >= 0; --i) {
}
ret = t.find().sort({x: 1}).toArray().filter(function(x) {
- return typeof(x.x.floatApprox) != 'undefined';
+ return typeof (x.x.floatApprox) != 'undefined';
});
// printjson( ret );