Skip to content

Commit c56dd69

Browse files
author
Shubham Chaturvedi
committed
fix: CI
1 parent f7374f7 commit c56dd69

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

AwsEncryptionSDK/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ TYPES_FILE_WITH_EXTERN_STRING="module {:extern \"software.amazon.cryptography.en
9090
TYPES_FILE_WITHOUT_EXTERN_STRING="module AwsCryptographyEncryptionSdkTypes"
9191

9292
INDEX_FILE_PATH=dafny/AwsEncryptionSdk/src/Index.dfy
93-
INDEX_FILE_WITH_EXTERN_STRING="module {:extern \"software.amazon.cryptography.encryptionsdk.internaldafny\" } EncryptionSdk refines AbstractAwsCryptographyEncryptionSdkService {"
93+
INDEX_FILE_WITH_EXTERN_STRING="module {:extern \"software.amazon.cryptography.encryptionsdk.internaldafny\" } ESDK refines AbstractAwsCryptographyEncryptionSdkService {"
9494
INDEX_FILE_WITHOUT_EXTERN_STRING="module EncryptionSdk refines AbstractAwsCryptographyEncryptionSdkService {"

AwsEncryptionSDK/dafny/AwsEncryptionSdk/src/Index.dfy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
include "AwsEncryptionSdkOperations.dfy"
55

66
module
7-
{:extern "software.amazon.cryptography.encryptionsdk.internaldafny" }
8-
ESDK refines AbstractAwsCryptographyEncryptionSdkService {
7+
{:extern "software.amazon.cryptography.encryptionsdk.internaldafny" } ESDK refines AbstractAwsCryptographyEncryptionSdkService {
98
import Operations = AwsEncryptionSdkOperations
109
import Primitives = AtomicPrimitives
1110
import MaterialProviders

0 commit comments

Comments
 (0)