From bdd4fe97c28d0df48c77bc1d86fc8a03023f146a Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Fri, 9 Sep 2022 20:22:40 +0900 Subject: [PATCH] cargo fmt --- src/detections/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detections/utils.rs b/src/detections/utils.rs index 5db79f11..837da55d 100644 --- a/src/detections/utils.rs +++ b/src/detections/utils.rs @@ -300,7 +300,7 @@ fn create_recordinfos(record: &Value) -> String { .map(|(key, value)| format!("{}: {}", key, value)) .collect(); - summary.join(" ¦ ") + summary.join(" ¦ ") } /**