run cargo fmt
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
349c50579c
commit
fa86b05d45
@ -605,9 +605,7 @@ impl DataStore {
|
||||
owner
|
||||
.trim_end() // remove trailing newline
|
||||
.parse()
|
||||
.map_err(|err| {
|
||||
format_err!("parsing owner for {backup_group} failed: {err}")
|
||||
})
|
||||
.map_err(|err| format_err!("parsing owner for {backup_group} failed: {err}"))
|
||||
}
|
||||
|
||||
pub fn owns_backup(
|
||||
|
Loading…
x
Reference in New Issue
Block a user