mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
fmt
This commit is contained in:
parent
5f5961db2c
commit
39da85aefd
|
@ -394,8 +394,7 @@ impl<'a> QueryServerWriteTransaction<'a> {
|
|||
return Err(OperationError::NoMatchingEntries);
|
||||
};
|
||||
|
||||
let modlist =
|
||||
ModifyList::new_list(vec![Modify::Present(
|
||||
let modlist = ModifyList::new_list(vec![Modify::Present(
|
||||
String::from("class"),
|
||||
String::from("recycled"),
|
||||
)]);
|
||||
|
@ -412,7 +411,6 @@ impl<'a> QueryServerWriteTransaction<'a> {
|
|||
|
||||
// Pre delete plugs
|
||||
|
||||
|
||||
// FIXME: This normalisation COPIES everything, which may be
|
||||
// slow.
|
||||
|
||||
|
|
Loading…
Reference in a new issue