Skip to content

Commit

Permalink
refactor: add clippy suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
dloez committed Sep 30, 2023
1 parent a28f78c commit d86e674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ fn get_all_tags(repo_id: &String, token: &Option<String>) -> Vec<GithubTag> {
tags.extend(t);
page += 1;
}
return tags;
tags
}

/// Obtains commits from the given `sha` using the GitHub REST API. If `token` is given, the requests will be authorized.
Expand Down

0 comments on commit d86e674

Please sign in to comment.