]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rustfmt: rust/src/ldap/types.rs
authorAlice Akaki <akakialice@gmail.com>
Mon, 20 Jan 2025 18:18:22 +0000 (14:18 -0400)
committerVictor Julien <victor@inliniac.net>
Thu, 23 Jan 2025 18:10:46 +0000 (19:10 +0100)
rust/src/ldap/types.rs

index 575eb705966da88e8564732f3c89add0eb2c2941..2b164c051c575fc186daaf83f0d09e487c76fe95 100644 (file)
@@ -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 {