diff options
| -rw-r--r-- | src/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.rs b/src/parser.rs index 4bad78b..94dbbc8 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -598,7 +598,7 @@ where whitespace_separator(), token('{'), map_collection(), - token('}'), // Verify that this is parsed on its own line, not inside a map + token('}'), ).map(|(_, _, trigger, _, _, collection, _)| Mode { trigger: trigger, |
