From 187e32ce41e636db48dd703a087da26dd52fff2d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 25 Apr 2020 11:12:48 +0200 Subject: [PATCH] config: add missing whitespace Signed-off-by: Thomas Lamprecht --- PVE/API2/Storage/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Storage/Config.pm b/PVE/API2/Storage/Config.pm index 09724f4..09c5d59 100755 --- a/PVE/API2/Storage/Config.pm +++ b/PVE/API2/Storage/Config.pm @@ -166,7 +166,7 @@ __PACKAGE__->register_method ({ PVE::Storage::activate_storage($cfg, $storeid); } }; - if(my $err = $@) { + if (my $err = $@) { eval { $plugin->on_delete_hook($storeid, $opts) }; warn "$@\n" if $@; die $err;