mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
Fix clippy
This commit is contained in:
parent
98bec9868b
commit
0346c65a72
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue