Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Oct 12, 2023
1 parent 8d7ddc2 commit a13705c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/vec/exec/scan/pip_scanner_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class PipScannerContext : public vectorized::ScannerContext {
} else {
*block = std::move(_blocks_queues[id].front());
_blocks_queues[id].pop_front();

}
}

Expand Down

0 comments on commit a13705c

Please sign in to comment.