LogStore.js : JSHint compliance and slight reformat
This commit is contained in:
+3
-5
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user