From 92666503a020dbf6208988c95e0e01ac4d996ecc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 00:28:07 +0000 Subject: [PATCH] Apply cargo fmt formatting Co-authored-by: nitnelave <796633+nitnelave@users.noreply.github.com> --- crates/ldap/src/core/group.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/ldap/src/core/group.rs b/crates/ldap/src/core/group.rs index 2c54a8c..90e62f2 100644 --- a/crates/ldap/src/core/group.rs +++ b/crates/ldap/src/core/group.rs @@ -713,8 +713,7 @@ mod tests { ldap_handler.do_search_or_dse(&request).await, Err(LdapError { code: LdapResultCode::UnwillingToPerform, - message: r#"Equality filter on list attribute "tags" is not supported"# - .to_string(), + message: r#"Equality filter on list attribute "tags" is not supported"#.to_string(), }) ); } @@ -776,4 +775,3 @@ mod tests { ); } } -