Skip to content

Commit

Permalink
Fix whitespace for rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored and dconnolly committed Oct 26, 2020
1 parent 2fa3d8a commit bbe4aa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zebra-consensus/src/block.rs
Expand Up @@ -178,7 +178,6 @@ where
while let Some(result) = async_checks.next().await {
result.map_err(VerifyBlockError::Transaction)?;
}

// Update the metrics after all the validation is finished
tracing::trace!("verified block");
metrics::gauge!("block.verified.block.height", height.0 as _);
Expand Down

0 comments on commit bbe4aa4

Please sign in to comment.