Skip to content

Commit

Permalink
fixup! Fixes
Browse files Browse the repository at this point in the history
cargo fmt.
  • Loading branch information
kivikakk committed Oct 22, 2024
1 parent a107551 commit 82aa837
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 @@ -18,9 +18,9 @@ use crate::nodes::{
};
use crate::scanners::{self, SetextChar};
use crate::strings::{self, split_off_front_matter, Case};
use bon::Builder;
use std::cell::RefCell;
use std::cmp::min;
use bon::Builder;
use std::collections::HashMap;
use std::fmt::{self, Debug, Formatter};
use std::mem;
Expand Down

0 comments on commit 82aa837

Please sign in to comment.