Skip to content

Commit 7c104af

Browse files
author
Matthijs van Otterdijk
committed
reformat
1 parent 096b4e1 commit 7c104af

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/vectors.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,7 @@ impl PageArena {
255255
}
256256
}
257257

258-
fn finish_loading(
259-
self: &Arc<Self>,
260-
spec: PageSpec,
261-
page: Box<VectorPage>,
262-
) -> Arc<PageHandle> {
258+
fn finish_loading(self: &Arc<Self>, spec: PageSpec, page: Box<VectorPage>) -> Arc<PageHandle> {
263259
let index = spec.index;
264260
let handle = Arc::new(PageHandle {
265261
spec,

0 commit comments

Comments
 (0)