Skip to content

Commit f142ecc

Browse files
committed
fix more lint issues
1 parent 27195ef commit f142ecc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/individualCommands.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ Multi.prototype.info = Multi.prototype.INFO = function info (section, callback)
182182

183183
function auth_callback (self, pass, user, callback) {
184184
// Backward compatibility support for auth with password only
185-
if (user instanceof Function){
186-
callback = user;
187-
user = null;
185+
if (user instanceof Function) {
186+
callback = user;
187+
user = null;
188188
}
189189
return function (err, res) {
190190
if (err) {

0 commit comments

Comments
 (0)