Skip to content

Commit a34bb26

Browse files
committed
Swift: fix ql format
1 parent ece0d1f commit a34bb26

File tree

1 file changed

+1
-2
lines changed
  • swift/downgrades/15a630f68e14f053932cf6a23797f43d958eedc9

1 file changed

+1
-2
lines changed

swift/downgrades/15a630f68e14f053932cf6a23797f43d958eedc9/downgrade.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ class Element extends @element {
55
query predicate new_unspecified_elements(Element e, string property, string error) {
66
unspecified_elements(e, property, error)
77
or
8-
error =
9-
"ThenStmt nodes removed during database downgrade. Please update your CodeQL code." and
8+
error = "ThenStmt nodes removed during database downgrade. Please update your CodeQL code." and
109
property = "" and
1110
then_stmts(e, _)
1211
}

0 commit comments

Comments
 (0)