Skip to content

Commit 770429f

Browse files
committed
Python: Autoformat
1 parent 9156316 commit 770429f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python/ql/src/semmle/python/frameworks/Cryptodome.qll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ private module CryptodomeModel {
148148
result in [this.getArg(0), this.getArgByName("plaintext")]
149149
or
150150
methodName in ["decrypt_and_verify"] and
151-
result in [this.getArg(0), this.getArgByName("ciphertext"), this.getArg(1), this.getArgByName("mac_tag")]
151+
result in [
152+
this.getArg(0), this.getArgByName("ciphertext"), this.getArg(1),
153+
this.getArgByName("mac_tag")
154+
]
152155
}
153156
}
154157

0 commit comments

Comments
 (0)