Skip to content

Commit ccd35fe

Browse files
committed
Add missing semicolon to avoid warnings
1 parent 73da256 commit ccd35fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/javascript/FluxAction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var <%= classedName %> = {
44

5-
}
5+
};
66

77
<% if (es6) { %> export default <%= classedName %>; <% }
88
else { %>module.exports = <%= classedName %>; <% } %>

0 commit comments

Comments
 (0)