Skip to content

Commit

Permalink
Update lib/prism/ripper_compat.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Newton <[email protected]>
  • Loading branch information
noahgibbs and kddnewton authored Feb 8, 2024
1 parent 6e2bf9c commit 8271ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prism/ripper_compat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def visit_break_node(node)
return on_break(on_args_new) if node.arguments.nil?

args_val = visit_elements(node.arguments.arguments)
on_break(on_args_add_block(args_val,false))
on_break(on_args_add_block(args_val, false))
end

# Visit an AndNode.
Expand Down

0 comments on commit 8271ce5

Please sign in to comment.