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,
|
ldap_handler.do_search_or_dse(&request).await,
|
||||||
Err(LdapError {
|
Err(LdapError {
|
||||||
code: LdapResultCode::UnwillingToPerform,
|
code: LdapResultCode::UnwillingToPerform,
|
||||||
message: r#"Equality filter on list attribute "tags" is not supported"#
|
message: r#"Equality filter on list attribute "tags" is not supported"#.to_string(),
|
||||||
.to_string(),
|
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -776,4 +775,3 @@ mod tests {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user