We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc89e0d commit b62c86dCopy full SHA for b62c86d
1 file changed
swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPublic.qll
@@ -217,9 +217,7 @@ module Content {
217
exists(EnumElementDecl d, int pos | d.getParam(pos) = p | result = d.toString() + ":" + pos)
218
}
219
220
- override string toString() {
221
- result = this.getSignature()
222
- }
+ override string toString() { result = this.getSignature() }
223
224
225
0 commit comments