Apply cargo fmt formatting

Co-authored-by: nitnelave <796633+nitnelave@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-13 00:28:07 +00:00
parent 2042c5e005
commit 92666503a0
+1 -3
View File
@@ -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 {
);
}
}