Skip to content

Commit

Permalink
chore: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Dec 1, 2024
1 parent d0689fc commit a934ced
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -886,9 +886,7 @@ pub fn qsv_check_for_update(check_only: bool, no_confirm: bool) -> Result<bool,

if latest_release_sv > curr_version_sv {
eprintln!("Update {latest_release} available. Current version is {curr_version}.");
eprintln!(
"Release notes: https://github.com/dathere/qsv/releases/tag/{latest_release}\n"
);
eprintln!("Release notes: https://github.com/dathere/qsv/releases/tag/{latest_release}\n");
if QSV_KIND.starts_with("prebuilt") && !check_only {
match self_update::backends::github::Update::configure()
.repo_owner("dathere")
Expand Down

0 comments on commit a934ced

Please sign in to comment.