CI: revised clang-tidy list of checks

This commit is contained in:
SChernykh
2025-09-25 18:46:22 +02:00
parent 26357f44ec
commit 0184a3139c
36 changed files with 146 additions and 157 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ CurlContext::CurlContext(const std::string& address, int port, const std::string
m_req.clear();
}
else {
s << "/json_rpc\0";
s << "/json_rpc" << '\0';
}
m_url = buf;