From 4940012d0dba1d552b2c39d7073b44752a3feffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 19 Oct 2020 09:39:05 +0200 Subject: [PATCH] fix indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- src/api2/admin/datastore.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/api2/admin/datastore.rs b/src/api2/admin/datastore.rs index 4f15c1cd..75e6d32b 100644 --- a/src/api2/admin/datastore.rs +++ b/src/api2/admin/datastore.rs @@ -1489,7 +1489,7 @@ fn set_notes( } #[api( - input: { + input: { properties: { store: { schema: DATASTORE_SCHEMA, @@ -1504,10 +1504,10 @@ fn set_notes( type: Userid, }, }, - }, - access: { - permission: &Permission::Privilege(&["datastore", "{store}"], PRIV_DATASTORE_MODIFY, true), - }, + }, + access: { + permission: &Permission::Privilege(&["datastore", "{store}"], PRIV_DATASTORE_MODIFY, true), + }, )] /// Change owner of a backup group fn set_backup_owner(