Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 11, 2024
1 parent d3aa640 commit 4c7950f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oapi-macros/src/schema/enum_variant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ impl<'c, T: ToTokens> CustomEnum<'c, T> {
}
}

impl< T> ToTokens for CustomEnum<'_, T>
impl<T> ToTokens for CustomEnum<'_, T>
where
T: ToTokens,
{
Expand Down

0 comments on commit 4c7950f

Please sign in to comment.