Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed May 10, 2024
1 parent 43cdeba commit 99581c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/regions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub use weights::WeightInfo;
const LOG_TARGET: &str = "runtime::regions";

/// Constant Pallet ID
pub const PALLET_ID: &'static [u8] = b"region-pallet";
pub const PALLET_ID: &[u8] = b"region-pallet";

#[frame_support::pallet]
pub mod pallet {
Expand Down

0 comments on commit 99581c8

Please sign in to comment.