mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Run prettier over ALL files once
No other changes done in this commit
This commit is contained in:
@@ -26,10 +26,10 @@ for (var i in directories) {
|
||||
app.use(directory, express.static(path.resolve(rootPath + directory)));
|
||||
}
|
||||
|
||||
exports.listen = function() {
|
||||
exports.listen = function () {
|
||||
server = app.listen.apply(app, arguments);
|
||||
};
|
||||
|
||||
exports.close = function(callback) {
|
||||
exports.close = function (callback) {
|
||||
server.close(callback);
|
||||
};
|
||||
|
Reference in New Issue
Block a user