Skip to content

Commit

Permalink
refactor: reorder use statements for improved organization in dump_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Dec 12, 2024
1 parent 9942b3a commit c443ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dump_sync.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use reqwest;
use clap::Parser;

use std::{
env,
error::Error,
};

use reqwest;

use tokio::{
fs::File,
io::AsyncWriteExt,
Expand All @@ -21,8 +21,8 @@ use crate::{
ui::success_alerts::SuccessAlerts,

plugins::{
pastebin::Pastebin,
scan_xss::ScanXSS,
pastebin::Pastebin,
},
};

Expand Down

0 comments on commit c443ae1

Please sign in to comment.