clean: fix whitspaces and minor code issues

removed Data::Dumper and a newline

Signed-off-by: Philipp Hufnagl <p.hufnagl@proxmox.com>

re-added the newline, but fixed up the indentation at that line..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Philipp Hufnagl
2023-07-25 16:37:19 +02:00
committed by Fabian Grünbichler
parent 42c08f41cb
commit 618bdfd927
2 changed files with 36 additions and 37 deletions

View File

@ -2,7 +2,6 @@ package PVE::Storage;
use strict; use strict;
use warnings; use warnings;
use Data::Dumper;
use POSIX; use POSIX;
use IO::Select; use IO::Select;