Python: Autoformat

This commit is contained in:
Rasmus Wriedt Larsen
2021-05-18 14:02:46 +02:00
parent 9156316b14
commit 770429fd68

View File

@@ -148,7 +148,10 @@ private module CryptodomeModel {
result in [this.getArg(0), this.getArgByName("plaintext")]
or
methodName in ["decrypt_and_verify"] and
result in [this.getArg(0), this.getArgByName("ciphertext"), this.getArg(1), this.getArgByName("mac_tag")]
result in [
this.getArg(0), this.getArgByName("ciphertext"), this.getArg(1),
this.getArgByName("mac_tag")
]
}
}