config: add missing whitespace

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-04-25 11:12:48 +02:00
parent ce73713ef7
commit 187e32ce41

View File

@ -166,7 +166,7 @@ __PACKAGE__->register_method ({
PVE::Storage::activate_storage($cfg, $storeid); PVE::Storage::activate_storage($cfg, $storeid);
} }
}; };
if(my $err = $@) { if (my $err = $@) {
eval { $plugin->on_delete_hook($storeid, $opts) }; eval { $plugin->on_delete_hook($storeid, $opts) };
warn "$@\n" if $@; warn "$@\n" if $@;
die $err; die $err;