Skip to content

Commit

Permalink
cargo-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Mar 10, 2024
1 parent c7bda9d commit fbd0837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/cli/src/bin/bdt-extract.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use std::{fs, io::Read, path::PathBuf};

use clap::Parser;
use fstools_vfs::{FileKeyProvider, Vfs};
use indicatif::{ParallelProgressIterator, ProgressStyle};
use rayon::iter::{IntoParallelRefIterator, ParallelIterator};
use fstools_vfs::{FileKeyProvider, Vfs};

#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]
Expand Down
2 changes: 1 addition & 1 deletion tests/dcx.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::{collections::HashSet, error::Error, io::Read, path::PathBuf, sync::Arc};

use fstools_formats::dcx::DcxError;
use fstools::{formats::dcx::DcxHeader, prelude::*};
use fstools_formats::dcx::DcxError;
use insta::assert_snapshot;
use libtest_mimic::{Arguments, Failed, Trial};

Expand Down

0 comments on commit fbd0837

Please sign in to comment.