]> git.proxmox.com Git - pve-storage.git/commit
style: remove goto statements
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 26 Jun 2024 08:56:17 +0000 (10:56 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 1 Jul 2024 08:49:49 +0000 (10:49 +0200)
commitbc12c9c088e1c615a290228cff7ca3be8659cfb2
tree42da350ffa1094a79b4bd5dff8bc7194bd420dff
parent6b32cece0901d9fcc41bf898e1bedb5fa7698861
style: remove goto statements

these can just as well be `die` statements right there, there is no complicated
cleanup that would warrant a goto statement..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Reviewed-by: Fiona Ebner <f.ebner@proxmox.com>
src/PVE/Storage/Plugin.pm