Skip to content

Commit

Permalink
[BUGFIX beta] remove trailing new lines from blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Batson committed May 12, 2016
1 parent 88dd515 commit 382e09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/model/files/__root__/__path__/__name__.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%= importStatements %>

export default Model.extend({
<%= attrs %>
<%= attrs.length ? ' ' + attrs : '' %>
});

0 comments on commit 382e09a

Please sign in to comment.