Skip to content

Commit a41a673

Browse files
committed
roll back
1 parent ea794cc commit a41a673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/src/DynamoDbEncryptionBranchKeyIdSupplier.dfy

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module DynamoDbEncryptionBranchKeyIdSupplier {
7070
// We expect this interface to be implemented in the native language,
7171
// so any errors thrown by the native implementation will appear as Opaque errors
7272
if err.Opaque? then
73-
MPL.Opaque(obj:=err.obj, alt_text:="")
73+
MPL.Opaque(obj:=err.obj)
7474
else
7575
MPL.AwsCryptographicMaterialProvidersException(message:="Unexpected error while getting Branch Key ID.")
7676
}

0 commit comments

Comments
 (0)