Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Phill030 committed Dec 9, 2023
1 parent ab841ae commit 1e01e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ async fn check_revision(concurrent_downloads: usize) {
{
let mut req = HttpRequest::new(fetched_revision, concurrent_downloads);
req.propogate_filelist().await;

explore_revisions().await.unwrap();
} else {
log::info!("Newest revision is already fetched!");
Expand Down

0 comments on commit 1e01e1f

Please sign in to comment.