Skip to content

Commit

Permalink
Address pull request comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nrayapati committed Jan 2, 2019
1 parent ce8bccb commit b74eb7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Common {
validateUserAuthentication(remote)
validateHostAuthentication(remote)
validateProxyConnection(remote)
if(remote.logLevel) {
if (remote.logLevel) {
validateLogLevel(remote)
}
if (remote.gateway) {
Expand Down

0 comments on commit b74eb7b

Please sign in to comment.