Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: avichalp <[email protected]>
  • Loading branch information
avichalp committed Jun 11, 2024
1 parent 526697f commit ab89dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fendermint/app/src/cmd/objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ async fn handle_object_download(
.unwrap_or(FvmQueryHeight::Committed.into());
let path = tail.as_str();
let key: Vec<u8> = path.into();
let maybe_object = os_get(client, args, address, GetParams { key: key.into() }, height)
let maybe_object = os_get(client, args, address, GetParams { key }, height)
.await
.map_err(|e| {
Rejection::from(BadRequest {
Expand Down

0 comments on commit ab89dc5

Please sign in to comment.