summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/index_check10.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/index_check10.js')
-rw-r--r--jstests/noPassthroughWithMongod/index_check10.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/noPassthroughWithMongod/index_check10.js b/jstests/noPassthroughWithMongod/index_check10.js
index 30ed9c17eac..2816eecdb4b 100644
--- a/jstests/noPassthroughWithMongod/index_check10.js
+++ b/jstests/noPassthroughWithMongod/index_check10.js
@@ -69,9 +69,7 @@ function doIt() {
for (var j = 0; j < Random.randInt(15); ++j) {
vals.push(r());
}
- spec[fields[i]] = {
- $in: vals
- };
+ spec[fields[i]] = {$in: vals};
}
}
s = sort();