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 {