Rewrap all comments to 100 line width (#9490)

* reformat everything again

* manual formatting

* last manual fix

* Fix build
This commit is contained in:
Kian Paimani
2021-08-11 16:56:55 +02:00
committed by GitHub
parent 8180c58700
commit abd08e29ce
258 changed files with 1776 additions and 1447 deletions
+4 -3
View File
@@ -48,8 +48,8 @@ pub mod pallet {
/// The module's config trait.
#[pallet::config]
pub trait Config: frame_system::Config {
/// Type used for storing an account's index; implies the maximum number of accounts the system
/// can hold.
/// Type used for storing an account's index; implies the maximum number of accounts the
/// system can hold.
type AccountIndex: Parameter
+ Member
+ MaybeSerializeDeserialize
@@ -223,7 +223,8 @@ pub mod pallet {
Ok(())
}
/// Freeze an index so it will always point to the sender account. This consumes the deposit.
/// Freeze an index so it will always point to the sender account. This consumes the
/// deposit.
///
/// The dispatch origin for this call must be _Signed_ and the signing account must have a
/// non-frozen account `index`.