Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta committed Jan 2, 2025
1 parent 414bfc9 commit c18f505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cargo-scout-audit/src/detectors/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use super::{
};
use crate::{
scout::blockchain::BlockChain,
utils::{print::print_info, logger::TracedError},
utils::{logger::TracedError, print::print_info},
};

#[derive(Error, Debug)]
Expand Down

0 comments on commit c18f505

Please sign in to comment.