Skip to content

Commit 099dbb8

Browse files
committed
Fix Class.qll formatting.
1 parent 52c7e45 commit 099dbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/Class.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class TrivialMemberFunction extends IntrospectedMemberFunction {
192192
*/
193193
class TemplateOrTemplateClassMemberFunction extends MemberFunction {
194194
TemplateOrTemplateClassMemberFunction() {
195-
(
195+
(
196196
isFromUninstantiatedTemplate(_) or
197197
isFromTemplateInstantiation(_)
198198
) and

0 commit comments

Comments
 (0)