Skip to content

Commit

Permalink
fix: rust lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Jan 26, 2024
1 parent 124b55d commit db9b023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async fn health_live() {
);
},
Err(err) => {
eprint!("request failed for {url} error: {err:#?}")
eprint!("request failed for {url} error: {err:#?}");
},
}
}

0 comments on commit db9b023

Please sign in to comment.