Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Nov 25, 2024
1 parent 8253b53 commit 3633222
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions velox/common/compression/Compression.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ class StreamingCompressor {
/// If EndResult.outputTooSmall is true on return, end() should be called
/// again with a larger buffer. Otherwise, the StreamingCompressor should not
/// be used anymore. end() will flush the compressed output.
virtual Expected<EndResult> end(
uint8_t* output,
uint64_t outputLength) = 0;
virtual Expected<EndResult> end(uint8_t* output, uint64_t outputLength) = 0;
};

class StreamingDecompressor {
Expand Down

0 comments on commit 3633222

Please sign in to comment.