From 2517979cc4170fa45a79c02e41a34cf4d399563f Mon Sep 17 00:00:00 2001 From: Vinicius Deolindo Date: Mon, 26 Jan 2026 10:11:17 -0300 Subject: [PATCH] break --- pom-parser/src/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom-parser/src/parser.rs b/pom-parser/src/parser.rs index 91342a5..6aece44 100644 --- a/pom-parser/src/parser.rs +++ b/pom-parser/src/parser.rs @@ -47,7 +47,7 @@ impl<'src> Parser<'src> { } fn parse_stmt(&mut self) -> Id { - let checkpoint = self.checkpoint(); + let checkpoint = self.checkpoint() + 1; match self.grab(LBrace) { Ok(_) => {