Skip to content

Commit

Permalink
Run make format
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsiroftardis committed Jul 30, 2024
1 parent d9d6f9b commit 6303ce1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion execution_engine/src/core/engine_state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,10 @@ where
)
.map_err(Into::into)?;

info!("upgrade success with post state hash: {:?}", post_state_hash);
info!(
"upgrade success with post state hash: {:?}",
post_state_hash
);
// return result and effects
Ok(UpgradeSuccess {
post_state_hash,
Expand Down

0 comments on commit 6303ce1

Please sign in to comment.