Skip to content

Commit 7438462

Browse files
committed
C++: Autoformat.
1 parent 8818f63 commit 7438462

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/src/Likely Bugs/Format/WrongTypeFormatArguments.ql

+2-1
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,5 @@ where
172172
not arg.isFromUninstantiatedTemplate(_) and
173173
not actual.getUnspecifiedType() instanceof ErroneousType
174174
select arg,
175-
"This format specifier for type '" + expected.getName() + "' does not match the argument type '" + actual.getUnspecifiedType().getName() + "'."
175+
"This format specifier for type '" + expected.getName() + "' does not match the argument type '" +
176+
actual.getUnspecifiedType().getName() + "'."

0 commit comments

Comments
 (0)