Skip to content

Commit

Permalink
ran cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 committed Nov 17, 2020
1 parent a7185f4 commit 4f31ed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scanner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,7 @@ async fn make_requests(
Err(_) => continue,
};

let mut new_ferox_response =
FeroxResponse::from(new_response, true).await;
let mut new_ferox_response = FeroxResponse::from(new_response, true).await;

// filter if necessary
if should_filter_response(&new_ferox_response) {
Expand Down

0 comments on commit 4f31ed1

Please sign in to comment.