Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates committed Nov 30, 2023
1 parent ff0f60e commit 4205046
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions INV4/pallet-inv4/src/origin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ impl<
> MultisigInternalOrigin<T, CoreId, AccountId>
{
pub fn new(id: CoreId) -> Self {
Self {
id,
t: PhantomData::default(),
}
Self { id, t: PhantomData }
}

pub fn to_account_id(&self) -> AccountId {
Expand Down

0 comments on commit 4205046

Please sign in to comment.