diff options
author | S-H-GAMELINKS <gamelinks007@gmail.com> | 2022-06-06 23:13:55 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-08-19 09:51:06 +0900 |
commit | 3541f32951fecdfea76ef6de028d50ba58cb07b9 (patch) | |
tree | 246244bf082807d76d0f8bd8e21559af418c8673 /parse.y | |
parent | f09536175853d883130c2e54a1d418b497890462 (diff) | |
download | ruby-3541f32951fecdfea76ef6de028d50ba58cb07b9.tar.gz |
Reuse opt_nl rule
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5779,8 +5779,7 @@ rbracket : opt_nl ']' rbrace : opt_nl '}' ; -trailer : /* none */ - | '\n' +trailer : opt_nl | ',' ; |