mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
Rewrap all comments to 100 line width (#9490)
* reformat everything again * manual formatting * last manual fix * Fix build
This commit is contained in:
@@ -51,7 +51,8 @@ impl frame_support::traits::PalletInfo for PanicPalletInfo {
|
||||
}
|
||||
}
|
||||
|
||||
/// Provides an implementation of [`frame_support::traits::Randomness`] that should only be used in tests!
|
||||
/// Provides an implementation of [`frame_support::traits::Randomness`] that should only be used in
|
||||
/// tests!
|
||||
pub struct TestRandomness<T>(sp_std::marker::PhantomData<T>);
|
||||
|
||||
impl<Output: codec::Decode + Default, T> frame_support::traits::Randomness<Output, T::BlockNumber>
|
||||
|
||||
Reference in New Issue
Block a user