From 42050468daf534624cae1bc5871e5401cf2ac1e2 Mon Sep 17 00:00:00 2001 From: Gabriel Facco de Arruda Date: Thu, 30 Nov 2023 16:07:44 -0300 Subject: [PATCH] clippy --- INV4/pallet-inv4/src/origin.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/INV4/pallet-inv4/src/origin.rs b/INV4/pallet-inv4/src/origin.rs index b8ecbd7b..4023ebb1 100644 --- a/INV4/pallet-inv4/src/origin.rs +++ b/INV4/pallet-inv4/src/origin.rs @@ -36,10 +36,7 @@ impl< > MultisigInternalOrigin { pub fn new(id: CoreId) -> Self { - Self { - id, - t: PhantomData::default(), - } + Self { id, t: PhantomData } } pub fn to_account_id(&self) -> AccountId {