Run wpiformat with clang-format 17 (#5740)

This commit is contained in:
Tyler Veness
2023-10-09 11:22:45 -07:00
committed by GitHub
parent faa1e665ba
commit 81893ad73d

View File

@@ -427,7 +427,7 @@ void Downloader::ThreadMain() {
continue;
}
lock.lock();
err : {}
err: {}
}
if (m_state == kDownload) {
m_state = kDownloadDone;