summaryrefslogtreecommitdiff
path: root/jstests/auth/pseudo_commands.js
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2016-05-28 17:55:12 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2016-05-28 17:55:12 -0400
commit6dcdd23dd37ef12c87e71cf59ef01cd82432efe0 (patch)
treec8cfb5acb62c80f375bc37e7d4350382deea6a37 /jstests/auth/pseudo_commands.js
parentd4ac5673ea3f6cef4ce9dbcec90e31813997a528 (diff)
downloadmongo-6dcdd23dd37ef12c87e71cf59ef01cd82432efe0.tar.gz
SERVER-23971 Clang-Format code
Diffstat (limited to 'jstests/auth/pseudo_commands.js')
-rw-r--r--jstests/auth/pseudo_commands.js15
1 files changed, 3 insertions, 12 deletions
diff --git a/jstests/auth/pseudo_commands.js b/jstests/auth/pseudo_commands.js
index 510f8c71e53..2a882f219c8 100644
--- a/jstests/auth/pseudo_commands.js
+++ b/jstests/auth/pseudo_commands.js
@@ -68,10 +68,7 @@ function runTest(conn) {
__system: true
};
- var privilege = {
- resource: {cluster: true},
- actions: ['inprog']
- };
+ var privilege = {resource: {cluster: true}, actions: ['inprog']};
var testFunc = function(shouldPass) {
var passed = true;
@@ -110,10 +107,7 @@ function runTest(conn) {
__system: true
};
- var privilege = {
- resource: {cluster: true},
- actions: ['killop']
- };
+ var privilege = {resource: {cluster: true}, actions: ['killop']};
var testFunc = function(shouldPass) {
var passed = true;
@@ -159,10 +153,7 @@ function runTest(conn) {
__system: true
};
- var privilege = {
- resource: {cluster: true},
- actions: ['unlock']
- };
+ var privilege = {resource: {cluster: true}, actions: ['unlock']};
var testFunc = function(shouldPass) {
var passed = true;