summaryrefslogtreecommitdiff
path: root/jstests/auth/auth_schema_upgrade.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/auth_schema_upgrade.js')
-rw-r--r--jstests/auth/auth_schema_upgrade.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/auth/auth_schema_upgrade.js b/jstests/auth/auth_schema_upgrade.js
index d80fbe6bbad..b63eea34788 100644
--- a/jstests/auth/auth_schema_upgrade.js
+++ b/jstests/auth/auth_schema_upgrade.js
@@ -69,10 +69,7 @@ testAuthSchemaUpgrade(conn);
MongoRunner.stopMongod(conn);
jsTest.log('Test authSchemUpgrade sharded');
-var dopts = {
- smallfiles: "",
- nopreallocj: ""
-};
+var dopts = {smallfiles: "", nopreallocj: ""};
var st = new ShardingTest({
shards: 1,
mongos: 1,