From: Alice Akaki Date: Mon, 20 Jan 2025 18:18:22 +0000 (-0400) Subject: rustfmt: rust/src/ldap/types.rs X-Git-Tag: suricata-8.0.0-beta1~529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=824c5d4f069cf973af9c66b251089426eba27e04;p=thirdparty%2Fsuricata.git rustfmt: rust/src/ldap/types.rs --- diff --git a/rust/src/ldap/types.rs b/rust/src/ldap/types.rs index 575eb70596..2b164c051c 100644 --- a/rust/src/ldap/types.rs +++ b/rust/src/ldap/types.rs @@ -588,7 +588,7 @@ impl LdapMessage { } fn from_abandon_request(msg: ldap_parser::ldap::MessageID) -> ProtocolOp { - ProtocolOp::AbandonRequest(AbandonRequest {message_id: msg.0}) + ProtocolOp::AbandonRequest(AbandonRequest { message_id: msg.0 }) } fn from_extended_request(msg: ldap_parser::ldap::ExtendedRequest) -> ProtocolOp {