Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ltitanb committed Dec 6, 2024
1 parent 84f0f29 commit 4bcbbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/api/src/builder/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ where
Json(mut signed_cancellation): Json<SignedCancellation>,
) -> Result<StatusCode, BuilderApiError> {
let request_id = extract_request_id(&headers);
tracing::Span::current().record("id", &request_id.to_string());
tracing::Span::current().record("id", request_id.to_string());

let (head_slot, _next_duty) = api.curr_slot_info.read().await.clone();

Expand Down

0 comments on commit 4bcbbb2

Please sign in to comment.