Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconamaroCW committed Jun 11, 2024
1 parent 28018b2 commit 6e8b0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/importer_offline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ async fn execute_block_importer(
}

// export to permanent storage
miner.commit(mined_block.clone()).await?
miner.commit(mined_block.clone()).await?;
}

let duration = instant_before_execution.elapsed();
Expand Down

0 comments on commit 6e8b0f8

Please sign in to comment.