From 676b2e90948c6a27ed7083ea8ab43b771bf5cc4e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 11 Nov 2022 13:49:08 +0100 Subject: [PATCH] api: storage: fix indentation in free volume Signed-off-by: Thomas Lamprecht --- PVE/API2/Storage/Content.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PVE/API2/Storage/Content.pm b/PVE/API2/Storage/Content.pm index 41b577c..fe0ad4a 100644 --- a/PVE/API2/Storage/Content.pm +++ b/PVE/API2/Storage/Content.pm @@ -415,9 +415,9 @@ __PACKAGE__->register_method ({ properties => { node => get_standard_option('pve-node'), storage => get_standard_option('pve-storage-id', { - optional => 1, - completion => \&PVE::Storage::complete_storage, - }), + optional => 1, + completion => \&PVE::Storage::complete_storage, + }), volume => { description => "Volume identifier", type => 'string',