summaryrefslogtreecommitdiff
path: root/jstests/concurrency
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2016-07-15 12:06:15 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2016-07-15 12:06:15 -0400
commit8e6d244ffd81b72969c2a1931f0ddb3fb4ec2744 (patch)
treecab909c445e72d808c07c78b117e06c3f5c88cf9 /jstests/concurrency
parent916b60f0fa42a6ec98238594d7d54bdf428ca0d4 (diff)
downloadmongo-8e6d244ffd81b72969c2a1931f0ddb3fb4ec2744.tar.gz
SERVER-24761 Fix lint.
The trailing comma doesn't actually cause clang-format-3.6 to keep the array elements on separate lines.
Diffstat (limited to 'jstests/concurrency')
-rw-r--r--jstests/concurrency/fsm_workloads/kill_rooted_or.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/jstests/concurrency/fsm_workloads/kill_rooted_or.js b/jstests/concurrency/fsm_workloads/kill_rooted_or.js
index 01383e05411..e05bff72d40 100644
--- a/jstests/concurrency/fsm_workloads/kill_rooted_or.js
+++ b/jstests/concurrency/fsm_workloads/kill_rooted_or.js
@@ -17,12 +17,7 @@ var $config = (function() {
var data = {
collName: uniqueCollectionName,
- indexSpecs: [
- {a: 1},
- {a: 1, c: 1},
- {b: 1},
- {b: 1, c: 1},
- ]
+ indexSpecs: [{a: 1}, {a: 1, c: 1}, {b: 1}, {b: 1, c: 1}]
};
var states = {