Skip to content

Commit

Permalink
chg: sort computer/event_id/channel multiple val
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Jul 9, 2024
1 parent 932674d commit 23fe401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/detections/detection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ impl Detection {
.iter()
.cloned()
.collect::<Vec<_>>()
.iter().sorted()
.join(" ¦ ")
.into(),
),
Expand All @@ -817,6 +818,7 @@ impl Detection {
.iter()
.cloned()
.collect::<Vec<_>>()
.iter().sorted()
.join(" ¦ ")
.into(),
),
Expand Down Expand Up @@ -844,6 +846,7 @@ impl Detection {
.iter()
.cloned()
.collect::<Vec<_>>()
.iter().sorted()
.join(" ¦ ")
.into(),
),
Expand Down

0 comments on commit 23fe401

Please sign in to comment.