From 382e09acf97232da359cb94334d80698913d5649 Mon Sep 17 00:00:00 2001 From: Scott Batson Date: Wed, 11 May 2016 09:19:49 -0400 Subject: [PATCH] [BUGFIX beta] remove trailing new lines from blueprints --- blueprints/model/files/__root__/__path__/__name__.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/model/files/__root__/__path__/__name__.js b/blueprints/model/files/__root__/__path__/__name__.js index 81e0f12b75a..d92b5042812 100644 --- a/blueprints/model/files/__root__/__path__/__name__.js +++ b/blueprints/model/files/__root__/__path__/__name__.js @@ -1,5 +1,5 @@ <%= importStatements %> export default Model.extend({ - <%= attrs %> +<%= attrs.length ? ' ' + attrs : '' %> });