whitespace and formatting fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user