cargo fmt --all

This commit is contained in:
itiB
2020-10-29 23:02:37 +09:00
parent 1d8a9c19d2
commit 352ad7bb09
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
use crate::detections::print::MESSAGES;
use crate::detections::utils;
use crate::models::event;
use crate::detections::print::MESSAGES;
use regex::Regex;
use std::collections::HashMap;