diff --git a/execution_engine/src/core/engine_state/mod.rs b/execution_engine/src/core/engine_state/mod.rs index 8ea3c16eab..dc004080d2 100644 --- a/execution_engine/src/core/engine_state/mod.rs +++ b/execution_engine/src/core/engine_state/mod.rs @@ -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,