mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +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:
@@ -266,9 +266,9 @@ pub mod pallet {
|
||||
*lottery = None;
|
||||
return T::WeightInfo::on_initialize_end()
|
||||
}
|
||||
// We choose not need to kill Participants and Tickets to avoid a large number
|
||||
// of writes at one time. Instead, data persists between lotteries, but is not used
|
||||
// if it is not relevant.
|
||||
// We choose not need to kill Participants and Tickets to avoid a large
|
||||
// number of writes at one time. Instead, data persists between lotteries,
|
||||
// but is not used if it is not relevant.
|
||||
}
|
||||
}
|
||||
return T::DbWeight::get().reads(1)
|
||||
|
||||
Reference in New Issue
Block a user