Skip to content

Commit b62c86d

Browse files
committed
Swift: Autoformat.
1 parent dc89e0d commit b62c86d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPublic.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,7 @@ module Content {
217217
exists(EnumElementDecl d, int pos | d.getParam(pos) = p | result = d.toString() + ":" + pos)
218218
}
219219

220-
override string toString() {
221-
result = this.getSignature()
222-
}
220+
override string toString() { result = this.getSignature() }
223221
}
224222
}
225223

0 commit comments

Comments
 (0)