summaryrefslogtreecommitdiff
path: root/jstests/core/array4.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/array4.js')
-rw-r--r--jstests/core/array4.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/core/array4.js b/jstests/core/array4.js
index c6fe1599880..fe131a04ca9 100644
--- a/jstests/core/array4.js
+++ b/jstests/core/array4.js
@@ -5,9 +5,7 @@ t.drop();
t.insert({"a": ["1", "2", "3"]});
t.insert({"a": ["2", "1"]});
-var x = {
- 'a.0': /1/
-};
+var x = {'a.0': /1/};
assert.eq(t.count(x), 1);