formatting -- webserver/server.js

This commit is contained in:
Michael Bradley, Jr 2018-08-31 15:02:05 -05:00
parent 52ed0e2856
commit 9cd96ddd29

View File

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