Commit 0936a661ad9dde1d47750dad0bd8c88f774a5df1

Authored by Adhidarma Hadiwinoto
1 parent 9db39b85a0
Exists in master

missing curly

Showing 1 changed file with 1 additions and 3 deletions Side-by-side Diff

... ... @@ -38,8 +38,6 @@ function init(options) {
38 38 app.listen(config.webadmin.listen_port, function () {
39 39 logger.info('Webadmin listening on port ' + config.webadmin.listen_port);
40 40 });
41   -});
  41 +};
42 42  
43 43 exports.init = init;
44   -
45   -}