mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-03 13:05:42 +00:00
client: pxar: fix minor formatting issue
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
parent
1259234488
commit
6b1110badf
@ -1819,9 +1819,7 @@ mod tests {
|
||||
};
|
||||
|
||||
let file_metadata = Metadata {
|
||||
stat: pxar::Stat::default()
|
||||
.mode(0o777u64)
|
||||
.set_regular_file(),
|
||||
stat: pxar::Stat::default().mode(0o777u64).set_regular_file(),
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user