Cargo fmt

This commit is contained in:
itiB
2022-04-05 02:04:10 +09:00
parent 9f8f12ec2f
commit 90822aa563

View File

@@ -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<ConfigReader> = RwLock::new(ConfigReader::new());
pub static ref LEVELMAP: HashMap<String, u128> = {