Skip to content

Commit 6701db8

Browse files
Clippies
1 parent b679d18 commit 6701db8

File tree

1 file changed

+1
-1
lines changed
  • crates/block-producer/src/store

1 file changed

+1
-1
lines changed

crates/block-producer/src/store/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ impl StoreClient {
207207
.map_err(|err| BlockInputsError::GrpcClientError(err.message().to_string()))?
208208
.into_inner();
209209

210-
Ok(store_response.try_into()?)
210+
store_response.try_into()
211211
}
212212

213213
#[instrument(target = "miden-block-producer", skip_all, err)]

0 commit comments

Comments
 (0)