mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Reuse opt_nl rule
This commit is contained in:
parent
f095361758
commit
3541f32951
Notes:
git
2022-08-19 09:51:29 +09:00
1 changed files with 1 additions and 2 deletions
3
parse.y
3
parse.y
|
@ -5779,8 +5779,7 @@ rbracket : opt_nl ']'
|
|||
rbrace : opt_nl '}'
|
||||
;
|
||||
|
||||
trailer : /* none */
|
||||
| '\n'
|
||||
trailer : opt_nl
|
||||
| ','
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue