C++: Fix formatting

This commit is contained in:
Calum Grant
2024-10-01 11:26:47 +01:00
parent 4712ae1cfc
commit fe00c8819d

View File

@@ -748,7 +748,7 @@ class ErrorExpr extends Expr, @errorexpr {
/**
* Holds if this error expression is the first argument to a `new` allocation call.
*/
predicate isFirstAllocatorCallArgument() {
predicate isFirstAllocatorCallArgument() {
this = any(NewOrNewArrayExpr new).getAllocatorCall().getArgument(0)
}
}