Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Oct 10, 2023
1 parent 20b310a commit 9a3d0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detections/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,7 @@ pub fn load_eventkey_alias(path: &str) -> EventKeyAliasConfig {

///設定ファイルを読み込み、keyとfieldsのマップをPIVOT_KEYWORD大域変数にロードする。
pub fn load_pivot_keywords(path: &str) {
let read_result = match utils::read_txt(path) {
let read_result = match utils::read_txt(path) {
Ok(v) => v,
Err(e) => {
AlertMessage::alert(&e).ok();
Expand Down

0 comments on commit 9a3d0dc

Please sign in to comment.