mirror of
git://git.proxmox.com/git/pxar.git
synced 2024-12-22 21:33:50 +03:00
cargo fmt
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
60068f0391
commit
9ff9d1c265
@ -570,7 +570,7 @@ impl FormatVersion {
|
||||
match version {
|
||||
1u64 => Ok(FormatVersion::Version1),
|
||||
2u64 => Ok(FormatVersion::Version2),
|
||||
version => io_bail!("unknown format version {version}")
|
||||
version => io_bail!("unknown format version {version}"),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user