Skip to content

Commit 8271ce5

Browse files
Noah Gibbskddnewton
andauthored
Update lib/prism/ripper_compat.rb
Co-authored-by: Kevin Newton <[email protected]>
1 parent 6e2bf9c commit 8271ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/prism/ripper_compat.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def visit_break_node(node)
208208
return on_break(on_args_new) if node.arguments.nil?
209209

210210
args_val = visit_elements(node.arguments.arguments)
211-
on_break(on_args_add_block(args_val,false))
211+
on_break(on_args_add_block(args_val, false))
212212
end
213213

214214
# Visit an AndNode.

0 commit comments

Comments
 (0)