mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 15:27:57 +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:
@@ -68,9 +68,6 @@ impl UnifiedReputationChange {
|
||||
|
||||
/// Convert into a base reputation as used with substrate.
|
||||
pub const fn into_base_rep(self) -> ReputationChange {
|
||||
ReputationChange::new(
|
||||
self.cost_or_benefit(),
|
||||
self.description()
|
||||
)
|
||||
ReputationChange::new(self.cost_or_benefit(), self.description())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user