summaryrefslogtreecommitdiff
path: root/jstests/core/capped6.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/capped6.js')
-rw-r--r--jstests/core/capped6.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/core/capped6.js b/jstests/core/capped6.js
index d7b8a60985a..e94e7ea44e8 100644
--- a/jstests/core/capped6.js
+++ b/jstests/core/capped6.js
@@ -38,9 +38,7 @@
var c = "";
for (i = 0; i < maxDocuments; ++i, c += "-") {
// The a values are strings of increasing length.
- valueArray[i] = {
- a: c
- };
+ valueArray[i] = {a: c};
}
if (shouldReverse) {
valueArray.reverse();