Skip to content

Commit 7f69fe6

Browse files
committed
Swift: Autoformat.
1 parent 91f6b0b commit 7f69fe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ class CleartextStorageConfig extends TaintTracking::Configuration {
3838
// for example in `realmObj.data = sensitive`.
3939
isSink(node) and
4040
exists(NominalTypeDecl d, Decl cx |
41-
d.getType().getABaseType*().getUnderlyingType().getName() = ["NSManagedObject", "RealmSwiftObject"] and
41+
d.getType().getABaseType*().getUnderlyingType().getName() =
42+
["NSManagedObject", "RealmSwiftObject"] and
4243
cx.asNominalTypeDecl() = d and
4344
c.getAReadContent().(DataFlow::Content::FieldContent).getField() = cx.getAMember()
4445
)

0 commit comments

Comments
 (0)