From: Alice Akaki Date: Mon, 3 Mar 2025 22:57:41 +0000 (-0400) Subject: ldap: apply rustfmt X-Git-Tag: suricata-8.0.0-beta1~332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b6106e8f4f9911d62688eb70bb08b85bc49524c;p=thirdparty%2Fsuricata.git ldap: apply rustfmt Fixes: 4554c4778d67 ("rust: use AppProto from generated bindings instead of duplicating") --- diff --git a/rust/src/ldap/ldap.rs b/rust/src/ldap/ldap.rs index 37a6b4a476..c6d638b6e3 100644 --- a/rust/src/ldap/ldap.rs +++ b/rust/src/ldap/ldap.rs @@ -24,11 +24,11 @@ use crate::direction::Direction; use crate::flow::Flow; use crate::frames::*; use nom7 as nom; -use suricata_sys::sys::AppProto; use std; use std::collections::VecDeque; use std::ffi::CString; use std::os::raw::{c_char, c_int, c_void}; +use suricata_sys::sys::AppProto; use crate::ldap::types::*;