Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark committed Jan 31, 2025
1 parent 5116b25 commit 98d69d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sui-core/src/checkpoints/checkpoint_executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ impl CheckpointExecutor {

// Logs within the function are annotated with the checkpoint sequence number and epoch,
// from schedule_checkpoint().
#[allow(clippy::type_complexity)]
#[instrument(level = "debug", skip_all, fields(seq = ?checkpoint.sequence_number(), epoch = ?epoch_store.epoch()))]
async fn execute_checkpoint(
checkpoint: VerifiedCheckpoint,
Expand Down

0 comments on commit 98d69d2

Please sign in to comment.