Fix format

pull/1320/head
Tom Parker-Shemilt 2 years ago
parent b77a14b5e7
commit 564062dbd1

@ -174,7 +174,7 @@ lazy_static! {
#[derive(Deserialize, Debug)]
struct GithubStars {
stargazers_count: u32,
archived: bool
archived: bool,
}
async fn get_stars(github_url: &str) -> Option<u32> {

Loading…
Cancel
Save