]> git.proxmox.com Git - pve-storage.git/blobdiff - src/PVE/Storage/Plugin.pm
whitespace and formatting fixup
[pve-storage.git] / src / PVE / Storage / Plugin.pm
index 71fcff0a719724fcba17bab73e9778e45063438f..0f0fde4c2220b0d7a78b12c48e6a7a7679cb531e 100644 (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";