From af2331e6ad0678840bc0f35d6cd492a6c9f1fb0d Mon Sep 17 00:00:00 2001 From: ichiichi11 Date: Thu, 25 Feb 2021 23:23:43 +0900 Subject: [PATCH] format --- src/detections/detection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detections/detection.rs b/src/detections/detection.rs index 7cf59828..8976bfe5 100644 --- a/src/detections/detection.rs +++ b/src/detections/detection.rs @@ -5,7 +5,7 @@ use crate::detections::rule; use crate::detections::rule::RuleNode; use crate::yaml::ParseYaml; use evtx::err; -use evtx::{EvtxParser, SerializedEvtxRecord, ParserSettings}; +use evtx::{EvtxParser, ParserSettings, SerializedEvtxRecord}; use serde_json::{Error, Value}; use std::path::PathBuf;