gen-pmg.conf.5-opts: whitespace cleanup

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-01-09 13:40:05 +01:00
parent 312595900a
commit 2b6070e788

View File

@ -1,8 +1,10 @@
#!/usr/bin/perl #!/usr/bin/perl
use lib '.'; use lib '.';
use strict; use strict;
use warnings; use warnings;
use PVE::RESTHandler; use PVE::RESTHandler;
use Data::Dumper; use Data::Dumper;