Fix cargo fmt

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-10 00:47:11 +10:00
parent 25b216c7b2
commit 2b19b9a5aa
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928

View file

@ -74,13 +74,7 @@ pub(super) fn fetch_release_artifacts_restful_api(
tag, tag,
}: &GhRelease, }: &GhRelease,
) -> impl Future<Output = Result<Artifacts, GhApiError>> + Send + Sync + 'static { ) -> impl Future<Output = Result<Artifacts, GhApiError>> + Send + Sync + 'static {
issue_restful_api( issue_restful_api(client, &["repos", owner, repo, "releases", "tags", tag])
client,
&[
"repos", owner, repo, "releases", "tags",
tag,
],
)
} }
#[derive(Debug, Deserialize)] #[derive(Debug, Deserialize)]