cargo fmt

This commit is contained in:
DustInDark
2022-06-16 21:05:23 +09:00
parent c043dede83
commit 5396f785a6

View File

@@ -402,9 +402,9 @@ mod tests {
use crate::detections::detection::Detection;
use crate::detections::rule::create_rule;
use crate::detections::rule::AggResult;
use std::path::Path;
use crate::filter;
use chrono::{TimeZone, Utc};
use std::path::Path;
use yaml_rust::YamlLoader;
#[test]