Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 2, 2023
1 parent 62e5e95 commit 4ce3776
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/re_arrow_store/src/store_gc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ use ahash::{HashMap, HashSet};

use nohash_hasher::IntMap;
use re_log_types::{
EntityPath, EntityPathHash, RowId, TimeInt, TimePoint, TimeRange, Timeline,
VecDequeRemovalExt as _,
EntityPath, EntityPathHash, RowId, TimePoint, TimeRange, Timeline, VecDequeRemovalExt as _,
};
use re_types_core::{ComponentName, SizeBytes as _};

use crate::{
store::{
ClusterCellCache, IndexedBucket, IndexedBucketInner, IndexedTable, PersistentIndexedTable,
ClusterCellCache, IndexedBucketInner, IndexedTable, PersistentIndexedTable,
PersistentIndexedTableInner,
},
DataStore, DataStoreStats, StoreDiff, StoreDiffKind, StoreEvent,
Expand Down

0 comments on commit 4ce3776

Please sign in to comment.