mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-07 17:45:40 +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 {
|
let file_metadata = Metadata {
|
||||||
stat: pxar::Stat::default()
|
stat: pxar::Stat::default().mode(0o777u64).set_regular_file(),
|
||||||
.mode(0o777u64)
|
|
||||||
.set_regular_file(),
|
|
||||||
..Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user