Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Feb 14, 2024
1 parent e1232d2 commit c3300ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion round-based/src/rounds_router/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ pub struct RoundsRouterBuilder<M> {
impl<M> Default for RoundsRouterBuilder<M>
where
M: ProtocolMessage + 'static,
{
{
fn default() -> Self {
Self::new()
}
Expand Down

0 comments on commit c3300ef

Please sign in to comment.