Skip to content

Commit 07cae40

Browse files
committed
Swift: More autoformatting.
1 parent a703801 commit 07cae40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/ql/lib/codeql/swift/security/InsecureTLSQuery.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ import codeql.swift.security.InsecureTLSExtensions
1313
* A taint config to detect insecure configuration of `NSURLSessionConfiguration`.
1414
*/
1515
module InsecureTlsConfig implements DataFlow::ConfigSig {
16-
predicate isSource(DataFlow::Node node) { node instanceof InsecureTlsExtensionsSource }
16+
predicate isSource(DataFlow::Node node) { node instanceof InsecureTlsExtensionsSource }
1717

1818
predicate isSink(DataFlow::Node node) { node instanceof InsecureTlsExtensionsSink }
1919

20-
predicate isBarrier(DataFlow::Node node) { node instanceof InsecureTlsExtensionsSanitizer}
20+
predicate isBarrier(DataFlow::Node node) { node instanceof InsecureTlsExtensionsSanitizer }
2121

2222
predicate isAdditionalFlowStep(DataFlow::Node nodeFrom, DataFlow::Node nodeTo) {
2323
any(InsecureTlsExtensionsAdditionalTaintStep s).step(nodeFrom, nodeTo)

0 commit comments

Comments
 (0)