mirror of https://github.com/calzoneman/sync.git
trailing space fixes and other formatting stuff.
This commit is contained in:
parent
d19d1bec0e
commit
423c673e99
|
@ -29,8 +29,7 @@ AnonymousCheck.prototype.onUserPreJoin = function (user, data, cb) {
|
|||
});
|
||||
|
||||
return;
|
||||
}
|
||||
else{
|
||||
} else{
|
||||
cb(null, ChannelModule.PASSTHROUGH);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue