mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 20:15:27 +00:00
Run cargo fmt
This commit is contained in:
parent
02657ee5bc
commit
caca7901c4
@ -7,12 +7,12 @@ use self::CompressionFormat::*;
|
|||||||
#[derive(Clone, PartialEq, Eq, Debug)]
|
#[derive(Clone, PartialEq, Eq, Debug)]
|
||||||
/// Accepted extensions for input and output
|
/// Accepted extensions for input and output
|
||||||
pub enum CompressionFormat {
|
pub enum CompressionFormat {
|
||||||
Gzip, // .gz
|
Gzip, // .gz
|
||||||
Bzip, // .bz
|
Bzip, // .bz
|
||||||
Lzma, // .lzma
|
Lzma, // .lzma
|
||||||
Tar, // .tar (technically not a compression extension, but will do for now)
|
Tar, // .tar (technically not a compression extension, but will do for now)
|
||||||
Zstd, // .zst
|
Zstd, // .zst
|
||||||
Zip, // .zip
|
Zip, // .zip
|
||||||
}
|
}
|
||||||
|
|
||||||
impl CompressionFormat {
|
impl CompressionFormat {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user