mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 10:14:21 +01:00
Fix clippy
This commit is contained in:
@@ -977,7 +977,7 @@ impl Pager {
|
||||
self.flush_info.borrow_mut().state = CacheFlushState::WaitAppendFrame {
|
||||
current_page_to_append_idx,
|
||||
};
|
||||
return Ok(IOResult::IO);
|
||||
Ok(IOResult::IO)
|
||||
}
|
||||
CacheFlushState::WaitAppendFrame {
|
||||
current_page_to_append_idx,
|
||||
|
||||
Reference in New Issue
Block a user