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,11 +394,10 @@ impl<'a> QueryServerWriteTransaction<'a> {
|
||||||
return Err(OperationError::NoMatchingEntries);
|
return Err(OperationError::NoMatchingEntries);
|
||||||
};
|
};
|
||||||
|
|
||||||
let modlist =
|
let modlist = ModifyList::new_list(vec![Modify::Present(
|
||||||
ModifyList::new_list(vec![Modify::Present(
|
String::from("class"),
|
||||||
String::from("class"),
|
String::from("recycled"),
|
||||||
String::from("recycled"),
|
)]);
|
||||||
)]);
|
|
||||||
|
|
||||||
let mut candidates: Vec<Entry<EntryInvalid, EntryCommitted>> = pre_candidates
|
let mut candidates: Vec<Entry<EntryInvalid, EntryCommitted>> = pre_candidates
|
||||||
.into_iter()
|
.into_iter()
|
||||||
|
@ -412,7 +411,6 @@ impl<'a> QueryServerWriteTransaction<'a> {
|
||||||
|
|
||||||
// Pre delete plugs
|
// Pre delete plugs
|
||||||
|
|
||||||
|
|
||||||
// FIXME: This normalisation COPIES everything, which may be
|
// FIXME: This normalisation COPIES everything, which may be
|
||||||
// slow.
|
// slow.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue