From: Thomas Lamprecht Date: Fri, 26 May 2023 09:01:14 +0000 (+0200) Subject: pvereport: add missing newline for style X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=39e02659806b9f61bd3de03bb8f7ed3ecc104c8c;p=pve-manager.git pvereport: add missing newline for style Signed-off-by: Thomas Lamprecht --- diff --git a/bin/pvereport b/bin/pvereport index e7e7f839..990fc876 100755 --- a/bin/pvereport +++ b/bin/pvereport @@ -2,6 +2,7 @@ use strict; use warnings; + use PVE::Report; ($> == 0 ) || die "please run as root\n";