Skip to content

Commit 202a717

Browse files
committed
C++: Autoformat.
1 parent 536c193 commit 202a717

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

cpp/ql/test/library-tests/lambdas/captures/elements.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ predicate interesting(Element e) {
99
}
1010

1111
from Element e
12-
where
13-
interesting(e.getEnclosingElement*())
12+
where interesting(e.getEnclosingElement*())
1413
select e
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import cpp
22

33
from Declaration d
4-
where
5-
d.getLocation().getFile().getBaseName() != ""
4+
where d.getLocation().getFile().getBaseName() != ""
65
select d

0 commit comments

Comments
 (0)