From 6303ce1bfa9a6aec83e872034ae1498abc297367 Mon Sep 17 00:00:00 2001 From: Karan Dhareshwar Date: Tue, 30 Jul 2024 11:42:16 -0500 Subject: [PATCH] Run make format --- execution_engine/src/core/engine_state/mod.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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,