Skip to content

Commit eb159ea

Browse files
committed
format
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 23493b6 commit eb159ea

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

encodings/fastlanes/src/bit_transpose/validity.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,9 @@ fn bits_op_with_copy<F: Fn(&[u8; 128], &mut [u8; 128])>(
131131
}
132132

133133
unsafe { output.set_len(output_len) };
134-
BitBuffer::new_with_offset(output.freeze().into_byte_buffer(), len.next_multiple_of(1024), offset)
134+
BitBuffer::new_with_offset(
135+
output.freeze().into_byte_buffer(),
136+
len.next_multiple_of(1024),
137+
offset,
138+
)
135139
}

0 commit comments

Comments
 (0)