Skip to content

Commit

Permalink
fix: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Jun 3, 2024
1 parent b344562 commit 0b9c359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detections/rule/correlation_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ use yaml_rust::Yaml;

use crate::detections::configs::StoredStatic;
use crate::detections::message::{AlertMessage, ERROR_LOG_STACK};
use crate::detections::rule::{DetectionNode, RuleNode};
use crate::detections::rule::aggregation_parser::{
AggregationConditionToken, AggregationParseInfo,
};
use crate::detections::rule::count::TimeFrameInfo;
use crate::detections::rule::selectionnodes::OrSelectionNode;
use crate::detections::rule::{DetectionNode, RuleNode};

fn is_related_rule(rule_node: &RuleNode, id_or_title: &str) -> bool {
if let Some(hash) = rule_node.yaml.as_hash() {
Expand Down

0 comments on commit 0b9c359

Please sign in to comment.