cargo fmt
This commit is contained in:
@@ -22,7 +22,7 @@ use hashbrown;
|
||||
use hashbrown::HashMap;
|
||||
use serde_json::Value;
|
||||
use std::fmt::Write;
|
||||
use std::path::{Path};
|
||||
use std::path::Path;
|
||||
|
||||
use std::sync::Arc;
|
||||
use tokio::{runtime::Runtime, spawn, task::JoinHandle};
|
||||
|
||||
@@ -390,9 +390,7 @@ pub fn check_setting_path(base_path: &Path, path: &str) -> PathBuf {
|
||||
mod tests {
|
||||
use std::path::Path;
|
||||
|
||||
use crate::detections::utils::{
|
||||
self, check_setting_path, make_ascii_titlecase,
|
||||
};
|
||||
use crate::detections::utils::{self, check_setting_path, make_ascii_titlecase};
|
||||
use regex::Regex;
|
||||
use serde_json::Value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user