LogStore.js : JSHint compliance and slight reformat
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
var message = function(file, msg) {
|
var message = function(file, msg) {
|
||||||
file.write(msg+"\n");
|
file.write(msg+"\n");
|
||||||
}
|
};
|
||||||
|
|
||||||
var create = module.exports.create = function(filePath, backingStore) {
|
var create = module.exports.create = function(filePath, backingStore) {
|
||||||
|
|
||||||
@@ -14,7 +14,5 @@
|
|||||||
backingStore.message(channel, msg, callback);
|
backingStore.message(channel, msg, callback);
|
||||||
},
|
},
|
||||||
getMessages: backingStore.getMessages
|
getMessages: backingStore.getMessages
|
||||||
}
|
};
|
||||||
|
};
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user