Skip to content

Commit

Permalink
fixing rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Oct 8, 2024
1 parent fad34f5 commit 6cd8da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/mark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct Mark {
pub value: ScalarValue,
}

impl<'a> From<&'a am::marks:: Mark> for Mark {
impl<'a> From<&'a am::marks::Mark> for Mark {
fn from(am_mark: &'a am::marks::Mark) -> Mark {
Mark {
start: am_mark.start as u64,
Expand Down

0 comments on commit 6cd8da2

Please sign in to comment.