mirror of
https://github.com/nlohmann/json.git
synced 2026-02-21 19:06:27 +00:00
Fix Clang-Tidy warnings (#4047)
This commit is contained in:
@@ -123,7 +123,7 @@ void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte
|
||||
{
|
||||
if (++calls % 100000 == 0)
|
||||
{
|
||||
std::cout << calls << " of 1641521 UTF-8 strings checked" << std::endl;
|
||||
std::cout << calls << " of 1641521 UTF-8 strings checked" << std::endl; // NOLINT(performance-avoid-endl)
|
||||
}
|
||||
|
||||
static std::string json_string;
|
||||
|
||||
Reference in New Issue
Block a user