formatting -- webserver/server.js

This commit is contained in:
Michael Bradley, Jr 2018-08-31 15:02:05 -05:00
parent 52ed0e2856
commit 9cd96ddd29
1 changed files with 2 additions and 3 deletions

View File

@ -74,7 +74,6 @@ class Server {
callback(null, __("Webserver stopped")); callback(null, __("Webserver stopped"));
}); });
} }
} }
module.exports = Server; module.exports = Server;