Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
mertak-synnada committed Aug 26, 2024
1 parent c8a6f14 commit ed705c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5591,7 +5591,7 @@ impl<'a> Parser<'a> {
}
c += 1;
if c > 5 {
break
break;
}
}
} else {
Expand Down

0 comments on commit ed705c9

Please sign in to comment.