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:
Squirrel
2021-07-26 14:18:27 +01:00
committed by GitHub
parent ec047abbcf
commit 492523f1ae
18 changed files with 49 additions and 58 deletions
+3 -4
View File
@@ -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 {