Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Oct 17, 2023
1 parent 947b018 commit a6a9062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_store/src/local.rs
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ fn last_modified(metadata: &Metadata) -> DateTime<Utc> {
}

fn get_etag(metadata: &Metadata) -> String {
let inode = get_inode(&metadata);
let inode = get_inode(metadata);
let size = metadata.len();
let mtime = metadata
.modified()
Expand Down

0 comments on commit a6a9062

Please sign in to comment.