Skip to content

Commit

Permalink
get rid of 4 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Jan 10, 2023
1 parent 1dc807f commit b5c6d61
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/execution/reservoir_sample.cpp
Expand Up @@ -42,10 +42,6 @@ void ReservoirSample::AddToReservoir(DataChunk &input) {
}
}





unique_ptr<DataChunk> ReservoirSample::GetChunk() {
// TODO: The calling functions need to be updated because maybe we don't want to delete everything?
if (num_added_samples == 0) {
Expand Down

0 comments on commit b5c6d61

Please sign in to comment.