Skip to content

Commit 0c15924

Browse files
committed
format
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 8e20c98 commit 0c15924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

encodings/fastlanes/src/delta/array/delta_compress.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fn compress_primitive<T: NativePType + Delta + Transpose, const LANES: usize>(
7878
let bases_len = num_chunks * LANES;
7979

8080
// Split into full 1024-element chunks and a remainder.
81-
let (full_chunks, remainder) = array.as_chunks:: <1024>();
81+
let (full_chunks, remainder) = array.as_chunks::<1024>();
8282

8383
// Allocate result arrays.
8484
let mut bases = BufferMut::with_capacity(bases_len);

0 commit comments

Comments
 (0)