diff --git a/packages/fuel-indexer/src/executor.rs b/packages/fuel-indexer/src/executor.rs index c750c4683..9b5de4e09 100644 --- a/packages/fuel-indexer/src/executor.rs +++ b/packages/fuel-indexer/src/executor.rs @@ -751,9 +751,7 @@ impl WasmIndexExecutor { { Ok(executor) => Ok(executor), Err(e) => { - error!( - "Could not instantiate WasmIndexExecutor({uid}): {e:?}." - ); + error!("Could not instantiate WasmIndexExecutor({uid}): {e:?}."); Err(IndexerError::WasmExecutionInstantiationError) } }