mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 21:31:02 +00:00
grandpa: fix broken line breaks in logging (#9179)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user