summaryrefslogtreecommitdiff
path: root/jstests/core/mr_killop.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/mr_killop.js')
-rw-r--r--jstests/core/mr_killop.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/jstests/core/mr_killop.js b/jstests/core/mr_killop.js
index 52865eacbe4..78e98f0bcaa 100644
--- a/jstests/core/mr_killop.js
+++ b/jstests/core/mr_killop.js
@@ -51,12 +51,7 @@ function testOne(map, reduce, finalize, scope, childLoop, wait) {
t.save({a: 1});
t.save({a: 1});
- spec = {
- mapreduce: "jstests_mr_killop",
- out: "jstests_mr_killop_out",
- map: map,
- reduce: reduce
- };
+ spec = {mapreduce: "jstests_mr_killop", out: "jstests_mr_killop_out", map: map, reduce: reduce};
if (finalize) {
spec["finalize"] = finalize;
}