Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nosideeffects committed Apr 2, 2024
1 parent df6cc6d commit 6ce7e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/derive_scorer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ fn check_generic_macro() {
#[derive(Debug, Clone, Component, ScorerBuilder)]
#[scorer_label = "MyGenericWhereLabel"]
pub struct MyGenericWhereScorer<T>
where
T: Clone + Send + Sync + std::fmt::Debug + 'static,
where
T: Clone + Send + Sync + std::fmt::Debug + 'static,
{
pub value: T,
}
Expand Down

0 comments on commit 6ce7e7c

Please sign in to comment.