From c3300ef53a5026bd6ea3c0daf72aa999f70b7797 Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Wed, 14 Feb 2024 16:57:49 +0100 Subject: [PATCH] `cargo fmt` --- round-based/src/rounds_router/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/round-based/src/rounds_router/mod.rs b/round-based/src/rounds_router/mod.rs index 2d8d4fd..7d03e1c 100644 --- a/round-based/src/rounds_router/mod.rs +++ b/round-based/src/rounds_router/mod.rs @@ -237,7 +237,7 @@ pub struct RoundsRouterBuilder { impl Default for RoundsRouterBuilder where M: ProtocolMessage + 'static, - { +{ fn default() -> Self { Self::new() }