mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
post rustfmt whitespace fixup (#9436)
Taking best bits of rustfmt's format_strings Co-authored-by: Alexander Popiak <alexander.popiak@gmail.com>
This commit is contained in:
@@ -1016,10 +1016,9 @@ where
|
||||
})?;
|
||||
|
||||
let voters = Arc::new(VoterSet::new(new.authorities.into_iter()).expect(
|
||||
"new authorities come from pending change; \
|
||||
pending change comes from `AuthoritySet`; \
|
||||
`AuthoritySet` validates authorities is non-empty and weights are non-zero; \
|
||||
qed.",
|
||||
"new authorities come from pending change; pending change comes from \
|
||||
`AuthoritySet`; `AuthoritySet` validates authorities is non-empty and \
|
||||
weights are non-zero; qed.",
|
||||
));
|
||||
|
||||
self.env = Arc::new(Environment {
|
||||
|
||||
Reference in New Issue
Block a user