Fix clippy

This commit is contained in:
Diego Reis
2025-07-28 11:53:38 -03:00
parent 98bec9868b
commit 0346c65a72

View File

@@ -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,