Skip to content

Commit 48d1b66

Browse files
committed
Swift: Autoformat.
1 parent 2d05b85 commit 48d1b66

File tree

1 file changed

+3
-1
lines changed
  • swift/ql/lib/codeql/swift/frameworks/StandardLibrary

1 file changed

+3
-1
lines changed

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/Numeric.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ private class NumericFieldsInheritTaint extends TaintInheritingContent,
4646
NumericFieldsInheritTaint() {
4747
this.getField().hasQualifiedName("FixedWidthInteger", ["littleEndian", "bigEndian"])
4848
or
49-
this.getField().hasQualifiedName(["Double", "Float", "Float80", "FloatingPoint"], ["exponent", "significand"])
49+
this.getField()
50+
.hasQualifiedName(["Double", "Float", "Float80", "FloatingPoint"],
51+
["exponent", "significand"])
5052
}
5153
}

0 commit comments

Comments
 (0)