Skip to content

Commit 575a8a3

Browse files
committed
format
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 0e1d4df commit 575a8a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • vortex-array/src/dtype/arbitrary

vortex-array/src/dtype/arbitrary/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// SPDX-FileCopyrightText: Copyright the Vortex contributors
33

44
use std::sync::Arc;
5-
use vortex_error::VortexExpect;
65

76
use arbitrary::Arbitrary;
87
use arbitrary::Result;
98
use arbitrary::Unstructured;
9+
use vortex_error::VortexExpect;
1010

1111
use crate::dtype::DType;
1212
use crate::dtype::DecimalDType;

0 commit comments

Comments
 (0)