Skip to content

Commit

Permalink
* ruby32.y: reuse opt_nl rule. (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliabylich authored Oct 26, 2022
1 parent 821622b commit 6effd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parser/ruby32.y
Original file line number Diff line number Diff line change
Expand Up @@ -3147,7 +3147,7 @@ f_opt_paren_args: f_paren_args
{
result = val[1]
}
trailer: | tNL | tCOMMA
trailer: opt_nl | tCOMMA
term: tSEMI
{
Expand Down

0 comments on commit 6effd28

Please sign in to comment.