Skip to content

Commit

Permalink
fixup! fixup! Stringify refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
skad0 committed Feb 18, 2017
1 parent a75e3de commit d517498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stringify.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = function (decl, opts) {
break;
case 'es6': case 'es2015':
exportedDecl = `export default ${JSON.stringify(stringifiedObj, null, space)};\n`;
break
break;
}

return exportedDecl;
Expand Down

0 comments on commit d517498

Please sign in to comment.