fix clippy

This commit is contained in:
Nikita Sivukhin
2025-09-17 16:37:11 +04:00
parent 2c09d17dfe
commit a8bc06ea9c

View File

@@ -348,7 +348,7 @@ pub fn op_checkpoint(
Ok(result) => Ok(result),
Err(err) => {
state.op_checkpoint_state = OpCheckpointState::StartCheckpoint;
return Err(err);
Err(err)
}
}
}