Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorlott committed Oct 13, 2024
1 parent 534d23d commit e09219e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factory/pattern/boilerplate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ impl<'a> IntoIterator for &'a PatComposite {
fn into_iter(self) -> Self::IntoIter {
self.iter()
}
}
}

0 comments on commit e09219e

Please sign in to comment.