Skip to content

Commit

Permalink
dartfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Jun 27, 2015
1 parent d79be3c commit 113f46d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/mserve.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ void main(List<String> args) {
exit(1);
});

MicroServer.start(path: dir, port: port, log: results['log']).then(
(MicroServer server) {
MicroServer
.start(path: dir, port: port, log: results['log'])
.then((MicroServer server) {
print('Serving ${server.path} on ${server.urlBase}');
});
}

0 comments on commit 113f46d

Please sign in to comment.