]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rustfmt: rust/src/ldap/detect.rs
authorAlice Akaki <akakialice@gmail.com>
Fri, 4 Apr 2025 01:24:14 +0000 (21:24 -0400)
committerJason Ish <jason.ish@oisf.net>
Mon, 7 Apr 2025 21:25:04 +0000 (15:25 -0600)
rust/src/ldap/detect.rs

index 0ec2e20401280c93fa6f40c239deb68bed309a7a..857b400982911f420699136a85c87542477ad569 100644 (file)
@@ -17,8 +17,8 @@
 
 use super::ldap::{LdapTransaction, ALPROTO_LDAP};
 use crate::detect::uint::{
-    detect_match_uint, detect_parse_uint_enum, SCDetectU32Free, SCDetectU32Parse,
-    SCDetectU8Free, DetectUintData,
+    detect_match_uint, detect_parse_uint_enum, DetectUintData, SCDetectU32Free, SCDetectU32Parse,
+    SCDetectU8Free,
 };
 use crate::detect::{
     DetectBufferSetActiveList, DetectHelperBufferMpmRegister, DetectHelperBufferRegister,