ESlint brace-style

This commit is contained in:
Peter Jaszkowiak
2017-02-17 22:11:35 -07:00
parent 52f2028206
commit 879470f417
4 changed files with 9 additions and 8 deletions

View File

@@ -66,8 +66,7 @@ var opts = {
} else {
opts.streams.log.f = process.stdout;
}
}
else {
} else {
Logger.close(opts.streams.log);
}
};