Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Feb 27, 2023
1 parent 6690f40 commit 8d49647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arrow-data/src/data/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ mod bytes;
#[allow(unused)] // Private until ready (#1176)
mod dictionary;
#[allow(unused)] // Private until ready (#1176)
mod list;
#[allow(unused)] // Private until ready (#1176)
mod primitive;
#[allow(unused)] // Private until ready (#1176)
mod r#struct;
#[allow(unused)] // Private until ready (#1176)
mod list;
#[allow(unused)] // Private until ready (#1176)
mod types;

#[inline]
Expand Down

0 comments on commit 8d49647

Please sign in to comment.