mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-08 17:54:22 +01:00
fmt
This commit is contained in:
@@ -330,7 +330,6 @@ impl<Clock: LogicalClock> CheckpointStateMachine<Clock> {
|
||||
// Start a pager transaction to write committed versions to B-tree
|
||||
let result = self.pager.begin_read_tx();
|
||||
if let Err(crate::LimboError::Busy) = result {
|
||||
|
||||
return Err(crate::LimboError::Busy);
|
||||
}
|
||||
result?;
|
||||
|
||||
Reference in New Issue
Block a user