Skip to content

Commit

Permalink
格式化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyunxiu committed Mar 31, 2022
1 parent 9cfdb4e commit 26a686a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/auto_updater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ void AutoUpdater::SetFeedURL(std::string feedURL) {
}

void AutoUpdater::CheckForUpdates() {
win_sparkle_check_update_with_ui();
win_sparkle_check_update_with_ui();
}

void AutoUpdater::CheckForUpdatesWithoutUI() {
win_sparkle_check_update_without_ui();
win_sparkle_check_update_without_ui();
}

} // namespace

0 comments on commit 26a686a

Please sign in to comment.