Skip to content

Commit

Permalink
fix: clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Nov 2, 2024
1 parent 4c6476a commit 398efed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/services/azblob/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ impl Access for AzblobBackend {
if !user_meta.is_empty() {
meta.with_user_metadata(user_meta);
}
return Ok(RpStat::new(meta));
Ok(RpStat::new(meta))
}
_ => Err(parse_error(resp)),
}
Expand Down

0 comments on commit 398efed

Please sign in to comment.