Skip to content

Commit 30c2f8a

Browse files
committed
no-op change to test
1 parent 51d355f commit 30c2f8a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/github.rs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44

55
use {
66
crate::release::{
7-
bootstrap_llvm, produce_install_only, produce_install_only_stripped, RELEASE_TRIPLES,
7+
RELEASE_TRIPLES, bootstrap_llvm, produce_install_only, produce_install_only_stripped,
88
},
9-
anyhow::{anyhow, Result},
9+
anyhow::{Result, anyhow},
1010
bytes::Bytes,
1111
clap::ArgMatches,
1212
futures::StreamExt,
1313
octocrab::{
14+
Octocrab, OctocrabBuilder,
1415
models::{repos::Release, workflows::WorkflowListArtifact},
1516
params::actions::ArchiveFormat,
16-
Octocrab, OctocrabBuilder,
1717
},
1818
rayon::prelude::*,
1919
reqwest::{Client, StatusCode},
2020
reqwest_retry::{
21-
default_on_request_failure, policies::ExponentialBackoff, RetryPolicy, Retryable,
22-
RetryableStrategy,
21+
RetryPolicy, Retryable, RetryableStrategy, default_on_request_failure,
22+
policies::ExponentialBackoff,
2323
},
2424
sha2::{Digest, Sha256},
2525
std::{
@@ -268,6 +268,7 @@ pub async fn command_fetch_release_distributions(args: &ArgMatches) -> Result<()
268268

269269
fs.push(fetch_artifact(&client, org, repo, artifact));
270270
}
271+
271272
}
272273

273274
let mut buffered = futures::stream::iter(fs).buffer_unordered(24);

0 commit comments

Comments
 (0)