Skip to content

Commit

Permalink
style: run rustfmt on scan.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed May 8, 2024
1 parent 18b4a44 commit 6ebc57c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cli/src/commands/scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ use yansi::Color::{Cyan, Red, Yellow};
use yansi::Paint;
use yara_x::{Rule, Rules, ScanError, Scanner};

use crate::commands::{compile_rules, external_var_parser, truncate_with_ellipsis};
use crate::commands::{
compile_rules, external_var_parser, truncate_with_ellipsis,
};
use crate::walk::Message;
use crate::{help, walk};

Expand Down Expand Up @@ -414,4 +416,3 @@ impl Component for ScanState {
Ok(lines)
}
}

0 comments on commit 6ebc57c

Please sign in to comment.