summaryrefslogtreecommitdiff
path: root/jstests/core/index_diag.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/index_diag.js')
-rw-r--r--jstests/core/index_diag.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/core/index_diag.js b/jstests/core/index_diag.js
index 3e25bf2a1eb..e458a590dda 100644
--- a/jstests/core/index_diag.js
+++ b/jstests/core/index_diag.js
@@ -16,10 +16,7 @@ function r(a) {
}
for (i = 1; i < 4; i++) {
- o = {
- _id: i,
- x: -i
- };
+ o = {_id: i, x: -i};
t.insert(o);
all.push(o);
ids.push({_id: i});