Skip to content

Commit 2d936cc

Browse files
committed
fmt
Signed-off-by: Alexander Droste <[email protected]>
1 parent 7801846 commit 2d936cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

encodings/alp/src/alp/compress.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// SPDX-License-Identifier: Apache-2.0
22
// SPDX-FileCopyrightText: Copyright the Vortex contributors
33

4-
use itertools::Itertools;
54
use std::mem::transmute;
5+
6+
use itertools::Itertools;
67
use vortex_array::arrays::PrimitiveArray;
78
use vortex_array::patches::Patches;
89
use vortex_array::validity::Validity;

0 commit comments

Comments
 (0)