Skip to content

Commit

Permalink
Merge pull request #4380 from sbatson5/BUGFIX-remove-trailing-newline
Browse files Browse the repository at this point in the history
[BUGFIX beta] remove trailing whitespace from model blueprint
  • Loading branch information
pangratz committed May 12, 2016
2 parents 0f0042a + 382e09a commit 483648d
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 483648d

Please sign in to comment.