chore: make clippy happy (#1261)

This commit is contained in:
Dan Cline
2023-02-09 17:45:28 -05:00
committed by GitHub
parent eb2f5e4ea0
commit 780419fb0b

View File

@ -146,7 +146,6 @@ impl ImportCommand {
.add_stages(
OfflineStages::default()
.set(SenderRecoveryStage {
batch_size: config.stages.sender_recovery.batch_size,
commit_threshold: config.stages.sender_recovery.commit_threshold,
})
.set(ExecutionStage {