Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 27fa9ed

Browse files
committed
remove those new line suppressors, closes #107
1 parent 7e4f4c3 commit 27fa9ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/generators/reactive_ruby/test_app/templates/application.rb.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<% if defined? application_definition -%>
1+
<% if defined? application_definition %>
22
require 'rails/all'
33
require File.expand_path('../boot', __FILE__)
44

@@ -10,4 +10,4 @@ require 'opal-rails'
1010
require 'reactive-ruby'
1111

1212
<%= application_definition %>
13-
<% end -%>
13+
<% end %>

0 commit comments

Comments
 (0)