mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +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:
@@ -45,7 +45,8 @@ pub enum Command {
|
||||
OnRuntimeUpgrade(OnRuntimeUpgradeCmd),
|
||||
/// Execute "OffchainWorkerApi_offchain_worker" against the given runtime state.
|
||||
OffchainWorker(OffchainWorkerCmd),
|
||||
/// Execute "Core_execute_block" using the given block and the runtime state of the parent block.
|
||||
/// Execute "Core_execute_block" using the given block and the runtime state of the parent
|
||||
/// block.
|
||||
ExecuteBlock(ExecuteBlockCmd),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user