Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Feb 14, 2025
1 parent 8bd597a commit 5c224ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotshot-task-impls/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pub mod v0_1 {
let response_text = response.text().await.map_err(|err| {
BuilderClientError::Api(format!("Failed to get response text: {:#}", err))
})?;

let response_json: AvailableBlockHeaderInput<TYPES> =
serde_json::from_str(&response_text).map_err(|err| {
BuilderClientError::Api(format!("Failed to deserialize response: {:#}", err))
Expand Down

0 comments on commit 5c224ed

Please sign in to comment.