From c9dc9876b279b79e8aafcc165d0c2b23ed6a2198 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Fri, 24 Nov 2023 22:47:56 +0900 Subject: [PATCH] fix: apply fmt --- src/detections/field_extract.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detections/field_extract.rs b/src/detections/field_extract.rs index 34565aec0..736f7e1e3 100644 --- a/src/detections/field_extract.rs +++ b/src/detections/field_extract.rs @@ -171,4 +171,4 @@ mod tests { ); assert_eq!(original_val, val); } -} \ No newline at end of file +}