LogStore.js : JSHint compliance and slight reformat

pull/1/head
ansuz 9 years ago
parent e6ab03164c
commit 07fdeebe17

@ -2,7 +2,7 @@
var message = function(file, msg) {
file.write(msg+"\n");
}
};
var create = module.exports.create = function(filePath, backingStore) {
@ -14,7 +14,5 @@
backingStore.message(channel, msg, callback);
},
getMessages: backingStore.getMessages
}
}
};
};

Loading…
Cancel
Save