Skip to content

Commit

Permalink
Clena up extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric committed Aug 31, 2023
1 parent 419c60c commit eb69dcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/data_sources/data_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -672,12 +672,10 @@ impl DataSource {
}
});
page_offset = scroll_results.next_page_offset;

if page_offset.is_none() {
break;
}
}

let cache_hits = splits
.iter()
.filter(|s| {
Expand Down

0 comments on commit eb69dcb

Please sign in to comment.