зеркало из https://github.com/github/codeql.git
Swift: Add missing bracket in example
This commit is contained in:
Родитель
33704779ea
Коммит
9ca74de3e9
|
@ -9,7 +9,7 @@ func transmitMyData(connection : NWConnection, faveSong : String, creditCardNo :
|
|||
connection.send(content: creditCardNo, completion: .idempotent)
|
||||
|
||||
// GOOD: encrypted sensitive information saved
|
||||
connection.send(content: encrypt(creditCardNo), completion: .idempotent
|
||||
connection.send(content: encrypt(creditCardNo), completion: .idempotent)
|
||||
|
||||
// ...
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче