Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2023
1 parent 87306e0 commit 5bfbb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalogtool/src/main/native/cpp/Downloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ void Downloader::ThreadMain() {
continue;
}
lock.lock();
err : {}
err: {}
}
if (m_state == kDownload) {
m_state = kDownloadDone;
Expand Down

0 comments on commit 5bfbb6c

Please sign in to comment.