Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vgantchev committed Oct 25, 2024
1 parent ce92f88 commit a8b7c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/asset-registry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub mod pallet {
pub struct Pallet<T>(_);

#[allow(clippy::manual_inspect)]
#[pallet::hooks]
#[pallet::hooks]
impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {}

#[pallet::error]
Expand Down

0 comments on commit a8b7c07

Please sign in to comment.