Skip to content

Commit 6ef8fb6

Browse files
committed
C++: Autoformat FailedExtractions.ql
1 parent 3c1e445 commit 6ef8fb6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cpp/ql/src/Diagnostics/FailedExtractions.ql

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
* @kind diagnostic
33
* @id cpp/diagnostics/failed-extractions
44
*/
5+
56
import cpp
67

78
class AnonymousCompilation extends Compilation {
8-
override string toString() {
9-
result = "<compilation>"
10-
}
9+
override string toString() { result = "<compilation>" }
1110
}
1211

1312
string describe(Compilation c) {
@@ -19,4 +18,3 @@ string describe(Compilation c) {
1918
from Compilation c
2019
where not c.normalTermination()
2120
select c, "Extraction failed for " + describe(c), 2
22-

0 commit comments

Comments
 (0)