mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +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,14 +16,14 @@
|
||||
|
||||
pub mod generic;
|
||||
|
||||
pub use generic::{Table, Context};
|
||||
pub use generic::{Context, Table};
|
||||
|
||||
/// Concrete instantiations suitable for v1 primitives.
|
||||
pub mod v1 {
|
||||
use crate::generic;
|
||||
use primitives::v1::{
|
||||
CandidateHash, Id, CommittedCandidateReceipt, CompactStatement as PrimitiveStatement,
|
||||
ValidatorSignature, ValidatorIndex,
|
||||
CandidateHash, CommittedCandidateReceipt, CompactStatement as PrimitiveStatement, Id,
|
||||
ValidatorIndex, ValidatorSignature,
|
||||
};
|
||||
|
||||
/// Statements about candidates on the network.
|
||||
|
||||
Reference in New Issue
Block a user