]> git.proxmox.com Git - pve-manager.git/commitdiff
pvereport: add missing newline for style
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 May 2023 09:01:14 +0000 (11:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 28 May 2023 16:25:24 +0000 (18:25 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
bin/pvereport

index e7e7f83910b470cfd25a001e6f70c62821300ec9..990fc876fefec503360556165e36455930b2ad36 100755 (executable)
@@ -2,6 +2,7 @@
 
 use strict;
 use warnings;
+
 use PVE::Report;
 
 ($> == 0 ) || die "please run as root\n";