C++: Tweak to make qlformat happy

This commit is contained in:
Ian Lynagh
2020-09-04 01:18:27 +01:00
parent 86c58afa48
commit 4bf545548b

View File

@@ -1283,7 +1283,6 @@ class CoAwaitExpr extends UnaryOperation, @co_await {
override int getPrecedence() { result = 16 }
}
/**
* A C/C++ co_yield expression
* ```