Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
YourUsername committed Sep 13, 2024
1 parent 692a4a0 commit 4f687e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pallets/subspace/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ pub mod pallet {
pub type SubnetNames<T: Config> = StorageMap<_, Identity, u16, Vec<u8>, ValueQuery>;

#[pallet::storage]
pub type SubnetMetadata<T: Config> = StorageMap<_, Identity, u16, BoundedVec<u8, ConstU32<120>>>;
pub type SubnetMetadata<T: Config> =
StorageMap<_, Identity, u16, BoundedVec<u8, ConstU32<120>>>;

#[pallet::storage] // --- ITEM ( floor_founder_share )
pub type FloorFounderShare<T: Config> = StorageValue<_, u8, ValueQuery, ConstU8<8>>;
Expand Down

0 comments on commit 4f687e8

Please sign in to comment.