whitespace and formatting fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2023-08-18 10:10:27 +02:00
parent 444d262fd4
commit d99d45930a
2 changed files with 6 additions and 5 deletions

View File

@ -19,8 +19,8 @@ use JSON;
use base qw(PVE::SectionConfig);
use constant KNOWN_COMPRESSION_FORMATS => ( 'gz', 'lzo', 'zst');
use constant COMPRESSOR_RE => join( '|', KNOWN_COMPRESSION_FORMATS);
use constant KNOWN_COMPRESSION_FORMATS => ('gz', 'lzo', 'zst');
use constant COMPRESSOR_RE => join('|', KNOWN_COMPRESSION_FORMATS);
use constant LOG_EXT => ".log";
use constant NOTES_EXT => ".notes";