Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
benpueschel committed Oct 6, 2024
1 parent a70de15 commit 0a66b52
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/api/repos/release_assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,7 @@ impl<'octo, 'r> ReleaseAssetsHandler<'octo, 'r> {
use futures_util::TryStreamExt;
//use snafu::GenerateImplicitData;

let route = format!(
"/{}/releases/assets/{id}",
self.handler.repo,
id = id,
);
let route = format!("/{}/releases/assets/{id}", self.handler.repo, id = id,);

let uri = Uri::builder()
.path_and_query(route)
Expand Down

0 comments on commit 0a66b52

Please sign in to comment.