summaryrefslogtreecommitdiff
path: root/jstests/core/distinct_index1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/distinct_index1.js')
-rw-r--r--jstests/core/distinct_index1.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/core/distinct_index1.js b/jstests/core/distinct_index1.js
index 31faecd376e..026fdca4e0a 100644
--- a/jstests/core/distinct_index1.js
+++ b/jstests/core/distinct_index1.js
@@ -11,10 +11,7 @@ function d(k, q) {
}
for (i = 0; i < 1000; i++) {
- o = {
- a: r(i * 5),
- b: r(i)
- };
+ o = {a: r(i * 5), b: r(i)};
t.insert(o);
}