From 46aa50a597d314d3844f53c619d4627b86bfd5ca Mon Sep 17 00:00:00 2001 From: daichi Date: Sun, 25 Oct 2020 23:51:59 +0900 Subject: [PATCH] fmt --- src/main.rs | 2 +- src/omikuji.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 946572f5..67ed0886 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,8 +6,8 @@ use evtx::EvtxParser; use quick_xml::de::DeError; use std::{fs, path::PathBuf, process}; use yamato_event_analyzer::detections::detection; -use yamato_event_analyzer::toml; use yamato_event_analyzer::omikuji::Omikuji; +use yamato_event_analyzer::toml; fn build_app() -> clap::App<'static, 'static> { let program = std::env::args() diff --git a/src/omikuji.rs b/src/omikuji.rs index e72f94af..1604a292 100644 --- a/src/omikuji.rs +++ b/src/omikuji.rs @@ -19,4 +19,4 @@ impl Omikuji { }; file_name.to_string() } -} \ No newline at end of file +}