Skip to content

Commit 0ae5fb0

Browse files
committed
C++: auto-format test query
1 parent 309a8e6 commit 0ae5fb0

File tree

1 file changed

+1
-3
lines changed
  • cpp/ql/test/library-tests/members/this

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import cpp
22

3-
query predicate thisExprType(ThisExpr e, Type t) {
4-
t = e.getType()
5-
}
3+
query predicate thisExprType(ThisExpr e, Type t) { t = e.getType() }
64

75
from MemberFunction f
86
select f, f.getTypeOfThis()

0 commit comments

Comments
 (0)