Skip to content

Commit f1fa085

Browse files
committed
style(decorator): add missing semicolon
1 parent 360222a commit f1fa085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decorator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var fs = require('fs');
66
var Generator = module.exports = function Generator(args, options) {
77
ScriptBase.apply(this, arguments);
88
this.fileName = this.name;
9-
}
9+
};
1010

1111
util.inherits(Generator, ScriptBase);
1212

0 commit comments

Comments
 (0)