tustvold commented on code in PR #2231:
URL: https://github.com/apache/arrow-rs/pull/2231#discussion_r934034011
##########
parquet/src/util/bit_util.rs:
##########
@@ -846,16 +760,16 @@ mod tests {
fn test_bit_reader_skip() {
let buffer = vec![255, 0];
let mut bit_reader = BitReader::from(buffer);
- let skipped = bit_reader.skip(1,1);
+ let skipped = bit_reader.skip(1, 1);
Review Comment:
Yeah, I have no idea either. Perhaps my IDE runs it with some more
aggressive setting :thinking:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]