Fix whitespace for rustfmt
This commit is contained in:
parent
2fa3d8a8f4
commit
bbe4aa47ea
|
|
@ -178,7 +178,6 @@ where
|
||||||
while let Some(result) = async_checks.next().await {
|
while let Some(result) = async_checks.next().await {
|
||||||
result.map_err(VerifyBlockError::Transaction)?;
|
result.map_err(VerifyBlockError::Transaction)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update the metrics after all the validation is finished
|
// Update the metrics after all the validation is finished
|
||||||
tracing::trace!("verified block");
|
tracing::trace!("verified block");
|
||||||
metrics::gauge!("block.verified.block.height", height.0 as _);
|
metrics::gauge!("block.verified.block.height", height.0 as _);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue