summaryrefslogtreecommitdiff
path: root/jstests/core/commands_that_do_not_write_do_not_accept_wc.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/commands_that_do_not_write_do_not_accept_wc.js')
-rw-r--r--jstests/core/commands_that_do_not_write_do_not_accept_wc.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/core/commands_that_do_not_write_do_not_accept_wc.js b/jstests/core/commands_that_do_not_write_do_not_accept_wc.js
index 3faab189bcb..ef5f8762a42 100644
--- a/jstests/core/commands_that_do_not_write_do_not_accept_wc.js
+++ b/jstests/core/commands_that_do_not_write_do_not_accept_wc.js
@@ -22,9 +22,7 @@
});
},
reduce: function(key, values) {
- return {
- count: values.length
- };
+ return {count: values.length};
},
out: {inline: 1}
});