summaryrefslogtreecommitdiff
path: root/jstests/auth/access_control_with_unreachable_configs.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/access_control_with_unreachable_configs.js')
-rw-r--r--jstests/auth/access_control_with_unreachable_configs.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/auth/access_control_with_unreachable_configs.js b/jstests/auth/access_control_with_unreachable_configs.js
index 6c833d5c844..7e173475f7a 100644
--- a/jstests/auth/access_control_with_unreachable_configs.js
+++ b/jstests/auth/access_control_with_unreachable_configs.js
@@ -3,10 +3,7 @@
// are user documents stored in the configuration information, it must assume that
// there are.
-var dopts = {
- smallfiles: "",
- nopreallocj: ""
-};
+var dopts = {smallfiles: "", nopreallocj: ""};
var st = new ShardingTest({
shards: 1,
mongos: 1,