LogStore.js : JSHint compliance and slight reformat
This commit is contained in:
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…
x
Reference in New Issue
Block a user