Skip to content

Commit 5a22749

Browse files
author
Shubham Chaturvedi
committed
fix: linting issue - ran autoformatter
1 parent a096c65 commit 5a22749

File tree

1 file changed

+1
-1
lines changed
  • decrypt_oracle/src/aws_encryption_sdk_decrypt_oracle

1 file changed

+1
-1
lines changed

decrypt_oracle/src/aws_encryption_sdk_decrypt_oracle/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def basic_decrypt() -> Response:
6060
APP.log.debug(APP.current_request.raw_body)
6161

6262
try:
63-
# The decrypt oracle needs to be able to decrypt any message
63+
# The decrypt oracle needs to be able to decrypt any message
6464
# it does not encrypt messages for anyone.
6565
client = aws_encryption_sdk.EncryptionSDKClient(commitment_policy=CommitmentPolicy.FORBID_ENCRYPT_ALLOW_DECRYPT)
6666
ciphertext = APP.current_request.raw_body

0 commit comments

Comments
 (0)