summaryrefslogtreecommitdiff
path: root/jstests/auth/commands_builtin_roles.js
diff options
context:
space:
mode:
authorMike Grundy <michael.grundy@10gen.com>2016-02-04 12:27:19 -0500
committerMike Grundy <michael.grundy@10gen.com>2016-02-05 15:00:49 -0500
commitc070452eed7d4dc7be2ebff083e0830d3d486896 (patch)
treef31b3f274c4d2e82b47ad8dc83fa73a77aa65488 /jstests/auth/commands_builtin_roles.js
parentbca7050e6f207a8cec2423bc1a5f3a0645bb1cac (diff)
downloadmongo-c070452eed7d4dc7be2ebff083e0830d3d486896.tar.gz
SERVER-22341 fix jslint errors in jstests/auth with eslint --fix
Diffstat (limited to 'jstests/auth/commands_builtin_roles.js')
-rw-r--r--jstests/auth/commands_builtin_roles.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/auth/commands_builtin_roles.js b/jstests/auth/commands_builtin_roles.js
index cb5bb984479..a089278da6c 100644
--- a/jstests/auth/commands_builtin_roles.js
+++ b/jstests/auth/commands_builtin_roles.js
@@ -148,11 +148,11 @@ function checkForNonExistentRoles() {
var opts = {
auth:"",
enableExperimentalStorageDetailsCmd: ""
-}
+};
var impls = {
createUsers: createUsers,
runOneTest: runOneTest
-}
+};
checkForNonExistentRoles();