Vaishaag Subhagan
2023-04-17 19:51:10 +10:00
committed by GitHub
parent 4ecec59224
commit 6eb00f6c60
2 changed files with 6 additions and 1 deletions

View File

@ -191,7 +191,7 @@ pub fn lex_item(
Some(ParseError::Unbalanced(
"{".to_string(),
"}".to_string(),
Span::new(span.end, span.end),
Span::new(span.end, span.end + 1),
)),
);
}