mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 11:38:01 +00:00
cargo +nightly fmt (#3540)
* cargo +nightly fmt * add cargo-fmt check to ci * update ci * fmt * fmt * skip macro * ignore bridges
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
|
||||
//! The emergency-solution command.
|
||||
|
||||
use crate::{prelude::*, SharedConfig, Error};
|
||||
use std::io::Write;
|
||||
use crate::{prelude::*, Error, SharedConfig};
|
||||
use codec::Encode;
|
||||
use std::io::Write;
|
||||
|
||||
macro_rules! emergency_solution_cmd_for { ($runtime:ident) => { paste::paste! {
|
||||
/// Execute the emergency-solution command.
|
||||
|
||||
Reference in New Issue
Block a user