Skip to content

Commit

Permalink
clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanCorDX committed Dec 13, 2024
1 parent 6438ddb commit 5d4c067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ where
Ok((task_id, (sequence_of_orders, task_group)))
}
Err(err) => {
// Fast patch/heuristic to fix excessive tracing.
// Fast patch/heuristic to fix excessive tracing.
// TODO: Use good errors.
if !cancellation_token.is_cancelled() {
warn!(
Expand Down

0 comments on commit 5d4c067

Please sign in to comment.