mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
Apply cargo fmt formatting
Co-authored-by: nitnelave <796633+nitnelave@users.noreply.github.com>
This commit is contained in:
@@ -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 {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user