Skip to content

Commit 5bcf252

Browse files
committed
fix: fmt
1 parent 70ffc02 commit 5bcf252

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils/check_updates.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ async fn is_newer_release_available(max_retries: u8, seconds_between_retries: u8
5757
{
5858
return Some(latest_semver > current_semver);
5959
}
60-
6160
}
6261
let retries_left = max_retries - 1;
6362
if retries_left > 0 {

0 commit comments

Comments
 (0)