Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad96el committed Dec 12, 2024
1 parent 60ec50e commit d804011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/pallet-deposit-storage/src/fungible/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub struct PalletDepositStorageReason<Namespace, Key> {
}

impl<Namespace, Key> PalletDepositStorageReason<Namespace, Key> {
pub fn new(namespace: Namespace, key: Key) -> Self {
pub const fn new(namespace: Namespace, key: Key) -> Self {
Self { namespace, key }
}
}
Expand Down

0 comments on commit d804011

Please sign in to comment.