From 90822aa563584f0752549f774d5c2c3b40b6af5a Mon Sep 17 00:00:00 2001 From: itiB Date: Tue, 5 Apr 2022 02:04:10 +0900 Subject: [PATCH] Cargo fmt --- src/detections/configs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detections/configs.rs b/src/detections/configs.rs index 5df4f981..f17ea5a0 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -5,9 +5,9 @@ use clap::{App, AppSettings, Arg, ArgMatches}; use hashbrown::HashMap; use hashbrown::HashSet; use lazy_static::lazy_static; +use regex::Regex; use std::io::BufWriter; use std::sync::RwLock; -use regex::Regex; lazy_static! { pub static ref CONFIG: RwLock = RwLock::new(ConfigReader::new()); pub static ref LEVELMAP: HashMap = {