Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lostman committed Sep 12, 2023
1 parent 2ee3ffa commit 4f7d466
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/fuel-indexer/src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 4f7d466

Please sign in to comment.