mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 13:37:59 +00:00
cargo fmt with stable defaults (#876)
This commit is contained in:
@@ -5,15 +5,8 @@
|
||||
use clap::Parser as ClapParser;
|
||||
use color_eyre::eyre;
|
||||
use jsonrpsee::client_transport::ws::Uri;
|
||||
use std::{
|
||||
fs,
|
||||
io::Read,
|
||||
path::PathBuf,
|
||||
};
|
||||
use subxt_codegen::{
|
||||
DerivesRegistry,
|
||||
TypeSubstitutes,
|
||||
};
|
||||
use std::{fs, io::Read, path::PathBuf};
|
||||
use subxt_codegen::{DerivesRegistry, TypeSubstitutes};
|
||||
|
||||
/// Generate runtime API client code from metadata.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user