fix(lint): comma spacing

This commit is contained in:
Sabe Jones
2018-10-02 16:59:39 -05:00
parent f32ef0a6ba
commit a7acd863f3

View File

@@ -8,7 +8,7 @@ const translator = shortid('0123456789abcdefghijklmnopqrstuvwxyz');
function generateUsername () {
let newName = `hb-${translator.new()}`;
return newName.substring(0,20);
return newName.substring(0, 20);
}
function loginRes (user, req, res) {