grandpa: fix broken line breaks in logging (#9179)

This commit is contained in:
André Silva
2021-06-23 08:50:48 +01:00
committed by GitHub
parent 4069877c1c
commit e35261c605
3 changed files with 10 additions and 12 deletions
@@ -372,9 +372,8 @@ where
self.inner.header(BlockId::Number(canon_number))
.map_err(|e| ConsensusError::ClientImport(e.to_string()))?
.expect(
"the given block number is less or equal than the current best
finalized number; current best finalized number must exist in
chain; qed."
"the given block number is less or equal than the current best finalized number; \
current best finalized number must exist in chain; qed."
)
.hash();