We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfcce7 commit 3333796Copy full SHA for 3333796
cpp-linter/src/clang_tools/mod.rs
@@ -276,7 +276,7 @@ impl ReviewComments {
276
// If the tool's version is unknown, then we don't need to output this line.
277
// NOTE: If the tool was invoked at all, then the tool's version shall be known.
278
if let Some(ver_str) = tool_version {
279
- body.push_str(format!("### Used {tool_name} {ver_str}\n").as_str());
+ body.push_str(format!("\n### Used {tool_name} v{ver_str}\n").as_str());
280
}
281
for comment in &self.comments {
282
if comment
0 commit comments