mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-19 09:34:18 +01:00
fix clippy
This commit is contained in:
@@ -348,7 +348,7 @@ pub fn op_checkpoint(
|
|||||||
Ok(result) => Ok(result),
|
Ok(result) => Ok(result),
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
state.op_checkpoint_state = OpCheckpointState::StartCheckpoint;
|
state.op_checkpoint_state = OpCheckpointState::StartCheckpoint;
|
||||||
return Err(err);
|
Err(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user