mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: fix ql format
This commit is contained in:
@@ -5,8 +5,7 @@ class Element extends @element {
|
||||
query predicate new_unspecified_elements(Element e, string property, string error) {
|
||||
unspecified_elements(e, property, error)
|
||||
or
|
||||
error =
|
||||
"ThenStmt nodes removed during database downgrade. Please update your CodeQL code." and
|
||||
error = "ThenStmt nodes removed during database downgrade. Please update your CodeQL code." and
|
||||
property = "" and
|
||||
then_stmts(e, _)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user