Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Oct 2, 2024
1 parent 85a2a70 commit f677f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/bruteforce.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
use std::str::from_utf8;

use async_trait::async_trait;
use colorgrad::Gradient;
use fake::{faker::name::raw::FirstName, locales::EN, Fake};
use rand::{rngs::ThreadRng, Rng};
use sha2::{Digest, Sha256};
use yansi::Paint;
use colorgrad::Gradient;

use crate::args::AppConfig;
use crate::generators::gen_hex_string;
Expand Down

0 comments on commit f677f75

Please sign in to comment.