Skip to content

Commit 8297dcb

Browse files
committed
fix style issue
1 parent 1423532 commit 8297dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/lance/src/index/prefilter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub struct DatasetPreFilter {
4949
// and allow list at the same time we start searching the query. We will await
5050
// these tasks only when we've done as much work as we can without them.
5151
pub(super) deleted_ids: Option<Arc<SharedPrerequisite<Arc<RowAddrMask>>>>,
52-
pub(super) filtered_ids: Option<Arc<SharedPrerequisite<RowAddrMask>>> ,
52+
pub(super) filtered_ids: Option<Arc<SharedPrerequisite<RowAddrMask>>>,
5353
// When the tasks are finished this is the combined filter
5454
pub(super) final_mask: Mutex<OnceCell<Arc<RowAddrMask>>>,
5555
}

0 commit comments

Comments
 (0)