mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-19 01:24:20 +01:00
fix clippy
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user