Skip to content

Commit

Permalink
Fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaAmora committed Jun 11, 2024
1 parent d124e5c commit 0c47b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fun/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ impl<'a> TermParser<'a> {
self.skip_trivia();
let (import, sub_imports) = self.parse_import()?;
book.imports.add_import(import, sub_imports);
indent = self.advance_newlines();
indent = self.advance_newlines()?;
last_rule = None;
continue;
}
Expand Down

0 comments on commit 0c47b90

Please sign in to comment.