pvereport: add missing newline for style

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-26 11:01:14 +02:00
parent 6219f6c898
commit 39e0265980

View File

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