aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--parse.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/parse.y b/parse.y
index cdb7b4b93c..426e4df772 100644
--- a/parse.y
+++ b/parse.y
@@ -5779,8 +5779,7 @@ rbracket : opt_nl ']'
rbrace : opt_nl '}'
;
-trailer : /* none */
- | '\n'
+trailer : opt_nl
| ','
;