Skip to content

Commit

Permalink
Add missing newline in reflex generator
Browse files Browse the repository at this point in the history
This was removed in 7bac7fc
  • Loading branch information
marcoroth committed Mar 15, 2023
1 parent b10f501 commit 84c1845
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -66,6 +66,7 @@ class <%= class_name %>Reflex < ApplicationReflex
<%- actions.each do |action| -%>
def <%= action %>
end
<%= "\n" unless action == actions.last -%>
<%- end -%>
<%- end -%>
end

0 comments on commit 84c1845

Please sign in to comment.