Skip to content

Commit

Permalink
Merge pull request containers#483 from cgwalters/one-clippy-lint
Browse files Browse the repository at this point in the history
container/store: Fix one clippy lint
  • Loading branch information
jmarrero authored May 15, 2023
2 parents b0242e3 + ee7127f commit 1b463a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/container/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ impl ImageImporter {
None,
Some(&metadata),
&merged_root,
timestamp as u64,
timestamp,
cancellable,
)
.context("Writing commit")?;
Expand Down

0 comments on commit 1b463a9

Please sign in to comment.