C++: Autoformat.

This commit is contained in:
Geoffrey White
2024-07-10 11:17:44 +01:00
parent 8818f63ca7
commit 74384625f6

View File

@@ -172,4 +172,5 @@ where
not arg.isFromUninstantiatedTemplate(_) and
not actual.getUnspecifiedType() instanceof ErroneousType
select arg,
"This format specifier for type '" + expected.getName() + "' does not match the argument type '" + actual.getUnspecifiedType().getName() + "'."
"This format specifier for type '" + expected.getName() + "' does not match the argument type '" +
actual.getUnspecifiedType().getName() + "'."