Skip to content

Commit 4bf5455

Browse files
committed
C++: Tweak to make qlformat happy
1 parent 86c58af commit 4bf5455

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • cpp/ql/src/semmle/code/cpp/exprs

cpp/ql/src/semmle/code/cpp/exprs/Expr.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,6 @@ class CoAwaitExpr extends UnaryOperation, @co_await {
12831283
override int getPrecedence() { result = 16 }
12841284
}
12851285

1286-
12871286
/**
12881287
* A C/C++ co_yield expression
12891288
* ```

0 commit comments

Comments
 (0)