Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-isaacs committed Dec 18, 2024
1 parent 38b79d2 commit dde84af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vortex-array/src/data/viewed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ use vortex_scalar::{Scalar, ScalarValue};
use crate::encoding::opaque::OpaqueEncoding;
use crate::encoding::EncodingRef;
use crate::stats::{Stat, Statistics, StatsSet};
use crate::{
flatbuffers as fb, ArrayData, ArrayMetadata, ChildrenCollector, Context,
};
use crate::{flatbuffers as fb, ArrayData, ArrayMetadata, ChildrenCollector, Context};

/// Zero-copy view over flatbuffer-encoded array data, created without eager serialization.
#[derive(Clone)]
Expand Down

0 comments on commit dde84af

Please sign in to comment.