cargo fmt

This commit is contained in:
Evan Shaw 2022-09-24 07:39:27 +12:00
parent 50ecea182a
commit 0ea4d49678

View File

@ -286,7 +286,7 @@ impl Parser {
Statement::HaltCompiler { content } Statement::HaltCompiler { content }
} }
_ => self.statement()? _ => self.statement()?,
}; };
self.clear_comments(); self.clear_comments();