mirror of
https://github.com/github/codeql.git
synced 2026-03-04 14:46:48 +01:00
Fix formatting mistake
This commit is contained in:
@@ -1247,7 +1247,8 @@ class ClassInstanceExpr extends Expr, ConstructorCall, @classinstancexpr {
|
||||
override string toString() {
|
||||
result = "new " + this.getConstructor().getName() + "(...)"
|
||||
or
|
||||
not exists(this.getConstructor()) and result = "<ClassInstanceExpr that calls a missing constructor>"
|
||||
not exists(this.getConstructor()) and
|
||||
result = "<ClassInstanceExpr that calls a missing constructor>"
|
||||
}
|
||||
|
||||
override string getAPrimaryQlClass() { result = "ClassInstanceExpr" }
|
||||
|
||||
Reference in New Issue
Block a user