Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Nov 7, 2023
1 parent 0162ae9 commit c9b4a0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ use std::marker::PhantomData;
use std::path::Path;

use crate::{FgError, Result};
use csv::{DeserializeRecordsIntoIter, QuoteStyle, ReaderBuilder, Writer, WriterBuilder, StringRecord};
use csv::{
DeserializeRecordsIntoIter, QuoteStyle, ReaderBuilder, StringRecord, Writer, WriterBuilder,
};
use flate2::bufread::MultiGzDecoder;
use flate2::write::GzEncoder;
use flate2::Compression;
Expand Down

0 comments on commit c9b4a0a

Please sign in to comment.