Skip to content

Commit 857c30b

Browse files
committed
Stylistic cleanup
1 parent 243ef68 commit 857c30b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

local-cli/new-library.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ function newLibrary(libraryName) {
5151
module.exports = {
5252
init: function(args) {
5353
var libraryName = args[1];
54-
if (!libraryName) { showHelp(); }
54+
if (!libraryName) {
55+
showHelp();
56+
}
5557
utils.validatePackageName(libraryName);
5658

5759
newLibrary(libraryName);

0 commit comments

Comments
 (0)