trailing space fixes and other formatting stuff.

This commit is contained in:
Adam Davis 2018-04-08 22:00:58 -04:00
parent d19d1bec0e
commit 423c673e99
1 changed files with 3 additions and 4 deletions

View File

@ -29,8 +29,7 @@ AnonymousCheck.prototype.onUserPreJoin = function (user, data, cb) {
}); });
return; return;
} } else{
else{
cb(null, ChannelModule.PASSTHROUGH); cb(null, ChannelModule.PASSTHROUGH);
} }
}; };