fix indentation

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2020-10-19 09:39:05 +02:00 committed by Thomas Lamprecht
parent 0c2f9621d5
commit 4940012d0d

View File

@ -1489,7 +1489,7 @@ fn set_notes(
} }
#[api( #[api(
input: { input: {
properties: { properties: {
store: { store: {
schema: DATASTORE_SCHEMA, schema: DATASTORE_SCHEMA,
@ -1504,10 +1504,10 @@ fn set_notes(
type: Userid, type: Userid,
}, },
}, },
}, },
access: { access: {
permission: &Permission::Privilege(&["datastore", "{store}"], PRIV_DATASTORE_MODIFY, true), permission: &Permission::Privilege(&["datastore", "{store}"], PRIV_DATASTORE_MODIFY, true),
}, },
)] )]
/// Change owner of a backup group /// Change owner of a backup group
fn set_backup_owner( fn set_backup_owner(