Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Feb 13, 2025
1 parent 3c181b7 commit 6276df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-json/src/writer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ use crate::StructMode;
use arrow_array::*;
use arrow_schema::*;

pub use encoder::{Encoder, EncoderFactory, EncoderOptions, make_encoder};
pub use encoder::{make_encoder, Encoder, EncoderFactory, EncoderOptions};

/// This trait defines how to format a sequence of JSON objects to a
/// byte stream.
Expand Down

0 comments on commit 6276df6

Please sign in to comment.