Skip to content

Commit

Permalink
fix(embark/generator): add empty line to embarkjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrainville committed Apr 19, 2019
1 parent 1ae0ab6 commit 6b16f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/embark/src/lib/modules/code_generator/index.js
Expand Up @@ -355,7 +355,7 @@ class CodeGenerator {
code += "\nif (typeof module !== 'undefined' && module.exports) {" +
"\n\tmodule.exports = EmbarkJS;" +
"\n}";
code += '\n/* eslint-enable */';
code += '\n/* eslint-enable */\n';

next();
},
Expand Down

0 comments on commit 6b16f66

Please sign in to comment.