Skip to content

Commit

Permalink
Fix for failed pipeline test-doc (#2127)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur authored Nov 2, 2023
1 parent 1b1fab0 commit fe9435d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/support/src/storage/types/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ use sp_std::prelude::*;
/// #[pallet::storage_prefix = "OtherFoo"]
/// #[pallet::unbounded]
/// pub type Foo<T> = StorageMap<
/// _
/// _,
/// Blake2_128Concat,
/// u32,
/// u32,
Expand Down

0 comments on commit fe9435d

Please sign in to comment.