mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-16 02:35:44 +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:
@@ -80,10 +80,8 @@ pub(crate) fn impl_builder(info: &OverseerInfo) -> proc_macro2::TokenStream {
|
||||
|
||||
let consumes = &info.consumes();
|
||||
|
||||
let subsyste_ctx_name = Ident::new(
|
||||
&(overseer_name.to_string() + "SubsystemContext"),
|
||||
overseer_name.span()
|
||||
);
|
||||
let subsyste_ctx_name =
|
||||
Ident::new(&(overseer_name.to_string() + "SubsystemContext"), overseer_name.span());
|
||||
|
||||
let builder_where_clause = quote! {
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user