Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLaverack committed May 21, 2024
1 parent 2f12f4f commit 6c4ff66
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ async fn extract_overrides_to_layer<R: std::io::Read + std::io::Seek>(
.append_file(
&FileInfo {
path: new_filepath.clone(),
mode: if writable {
0o0666
} else {
0o0644
},
mode: if writable { 0o0666 } else { 0o0644 },
uid: 0,
gid: 0,
last_modified: 0,
Expand Down

0 comments on commit 6c4ff66

Please sign in to comment.