Skip to content

Commit 39b1b2c

Browse files
committed
pr feedback
1 parent 8b07b89 commit 39b1b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/code-quality/c26441.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void print_diagnostic(std::string_view text)
3333
auto stream = get_diagnostic_stream();
3434
if (stream)
3535
{
36-
std::lock_guard<std::mutex>{ diagnostic_mutex_ };
36+
std::lock_guard<std::mutex>{ diagnostic_mutex_ }; // C26441
3737
write_line(stream, text);
3838
}
3939
}

0 commit comments

Comments
 (0)