mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-02 07:54:19 +01:00
fmt
This commit is contained in:
@@ -1192,7 +1192,12 @@ impl Pager {
|
||||
);
|
||||
|
||||
page.set_locked();
|
||||
let c = self.begin_read_disk_page(page_idx as usize, page.clone(), allow_empty_read, &io_ctx)?;
|
||||
let c = self.begin_read_disk_page(
|
||||
page_idx as usize,
|
||||
page.clone(),
|
||||
allow_empty_read,
|
||||
&io_ctx,
|
||||
)?;
|
||||
return Ok((page, c));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user