Skip to content

Commit 8897436

Browse files
committed
improved indentation
1 parent 69f5089 commit 8897436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/helpers/capabilityHelper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ const validate = (bsConfig, args) => {
134134

135135
if(!Utils.isUndefined(args)){
136136
if(!Utils.isUndefined(args.username) && !Utils.isUndefined(args.key))
137-
reject(Constants.validationMessages.EMPTY_ARGS.replace("<argsNotGiven>", "Username and Password"));
137+
reject(Constants.validationMessages.EMPTY_ARGS.replace("<argsNotGiven>", "Username and Password"));
138138
else if(!Utils.isUndefined(args.username))
139139
reject(Constants.validationMessages.EMPTY_ARGS.replace("<argsNotGiven>", "Username"));
140140
else if(!Utils.isUndefined(args.key))
141-
reject(Constants.validationMessages.EMPTY_ARGS.replace("<argsNotGiven>", "Password"));
141+
reject(Constants.validationMessages.EMPTY_ARGS.replace("<argsNotGiven>", "Password"));
142142
}
143143
// validate if config file provided exists or not when cypress_config_file provided
144144
// validate the cypressProjectDir key otherwise.

0 commit comments

Comments
 (0)