1
0
Fork 0
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:
S-H-GAMELINKS 2022-06-06 23:13:55 +09:00 committed by Nobuyoshi Nakada
parent f095361758
commit 3541f32951
Notes: git 2022-08-19 09:51:29 +09:00

View file

@ -5779,8 +5779,7 @@ rbracket : opt_nl ']'
rbrace : opt_nl '}' rbrace : opt_nl '}'
; ;
trailer : /* none */ trailer : opt_nl
| '\n'
| ',' | ','
; ;