Skip to content

Commit 4240cee

Browse files
fix
1 parent 9fd39cd commit 4240cee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test_vector_handlers/src/awses_test_vectors/manifests/full_message/encrypt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def master_key_provider_fn():
142142
else:
143143
raise ValueError("Unrecognized cmm_type: " + cmm_type)
144144
else:
145-
# If unspecified, set "Default" as the default.
145+
# If unspecified, set "Default" as the default
146146
cmm_type = "Default"
147147

148148
return cls(

0 commit comments

Comments
 (0)