Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 25, 2024
1 parent 0ccc6ef commit 08a2058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/re_query_cache2/src/range/results.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ impl CachedRangeComponentResults {

REENTERING.with_borrow_mut(|reentering| *reentering = reentering.saturating_add(1));

// Manufactured empty result.
if self.time_range == TimeRange::EMPTY {
return CachedRangeData {
indices: None,
Expand Down

0 comments on commit 08a2058

Please sign in to comment.