Fix hacktoberfest format

This commit is contained in:
Tom Parker-Shemilt 2022-02-02 23:15:29 +00:00
parent 8ae241bbff
commit 4fe1950791
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ async fn main() -> Result<(), Error> {
let mut to_check: Vec<String> = vec![];
for (event, _) in parser.into_offset_iter() {
match event {
Event::Start(tag) => match tag {