mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 16:51:47 +00:00
pvereport: add missing newline for style
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6219f6c898
commit
39e0265980
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use PVE::Report;
|
use PVE::Report;
|
||||||
|
|
||||||
($> == 0 ) || die "please run as root\n";
|
($> == 0 ) || die "please run as root\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user