mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 15:46:36 +00:00
Fix cargo fmt
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
25b216c7b2
commit
2b19b9a5aa
1 changed files with 1 additions and 7 deletions
|
@ -74,13 +74,7 @@ pub(super) fn fetch_release_artifacts_restful_api(
|
|||
tag,
|
||||
}: &GhRelease,
|
||||
) -> impl Future<Output = Result<Artifacts, GhApiError>> + Send + Sync + 'static {
|
||||
issue_restful_api(
|
||||
client,
|
||||
&[
|
||||
"repos", owner, repo, "releases", "tags",
|
||||
tag,
|
||||
],
|
||||
)
|
||||
issue_restful_api(client, &["repos", owner, repo, "releases", "tags", tag])
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue