Skip to content

Commit 0b98446

Browse files
r-birknerclaude
andcommitted
style: apply rustfmt to store.rs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 63bd780 commit 0b98446

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

rs/cli/src/store.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ async fn find_github_release_tag_for_commit(commit: &str) -> anyhow::Result<Stri
3333
let mut page = 1u32;
3434
loop {
3535
let refs: Vec<GitRef> = client
36-
.get(format!(
37-
"https://api.github.com/repos/dfinity/ic/git/matching-refs/tags/release-{}",
38-
year
39-
))
36+
.get(format!("https://api.github.com/repos/dfinity/ic/git/matching-refs/tags/release-{}", year))
4037
.query(&[("per_page", "100"), ("page", page.to_string().as_str())])
4138
.send()
4239
.await?

0 commit comments

Comments
 (0)