api/config update: indentation and whitespace fixes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2019-05-15 10:36:01 +02:00
parent 91f42b33a0
commit 37ab64f388

View File

@ -197,8 +197,7 @@ __PACKAGE__->register_method ({
my $digest = extract_param($param, 'digest'); my $digest = extract_param($param, 'digest');
my $delete = extract_param($param, 'delete'); my $delete = extract_param($param, 'delete');
PVE::Storage::lock_storage_config( PVE::Storage::lock_storage_config(sub {
sub {
my $cfg = PVE::Storage::config(); my $cfg = PVE::Storage::config();