mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[ruby/prism] Fix spacing in the generated #each_child_node
https://github.com/ruby/prism/commit/91f60cb736
This commit is contained in:
parent
8ce61f90ba
commit
26a5bcd6de
@ -353,7 +353,7 @@ module Prism
|
||||
<%- when Prism::Template::OptionalNodeField -%>
|
||||
yield <%= field.name %> if <%= field.name %>
|
||||
<%- when Prism::Template::NodeListField -%>
|
||||
<%= field.name %>.each {|node| yield node }
|
||||
<%= field.name %>.each { |node| yield node }
|
||||
<%- end -%>
|
||||
<%- end -%>
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user