Skip to content

Commit

Permalink
Remove stray brace
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Mar 24, 2020
1 parent 0e89ede commit d044fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/updater.cpp
Expand Up @@ -137,7 +137,7 @@ void Updater::setupOnWindows()
}

auto updates = feed->getUpdates(dblsqd::Release::getCurrentRelease());
qWarning() << "Checked for updates:" << updates.size() << "update(s) available"; }
qWarning() << "Checked for updates:" << updates.size() << "update(s) available";
if (updates.isEmpty()) {
return;
} else if (!updateAutomatically()) {
Expand Down

0 comments on commit d044fc6

Please sign in to comment.