Skip to content

Commit

Permalink
missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Jan 14, 2025
1 parent 139f6e5 commit cd31e7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ namespace atomic_dex
async_check_retrieve()
.then([this](web::http::http_response resp) {
this->m_update_info = process_update_info_resp(resp);
SPDLOG_INFO("UpdateInfo has updated...")
SPDLOG_INFO("UpdateInfo has updated...");
is_fetching = false;
emit isFetchingChanged();
emit updateInfoChanged();
Expand Down

0 comments on commit cd31e7f

Please sign in to comment.