Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin5605 committed Jul 16, 2024
1 parent 37b6f95 commit 1b22707
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/scanner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,10 @@ mod tests {
use yara_x::Compiler;

use super::{scan_file, DistributionScanResults, PackageScanResults};
use crate::{client::{ScanResult, SubmitJobResultsError, SubmitJobResultsSuccess}, scanner::{FileScanResult, RuleScore}};
use crate::{
client::{ScanResult, SubmitJobResultsError, SubmitJobResultsSuccess},
scanner::{FileScanResult, RuleScore},
};

#[test]
fn test_scan_result_success_serialization() {
Expand Down

0 comments on commit 1b22707

Please sign in to comment.