@@ -275,10 +275,10 @@ module SearchableEncryptionInfo {
275
275
&& var newPutHistory := cache. History. PutCacheEntry;
276
276
&& |newPutHistory| == |oldPutHistory|+ 1
277
277
&& (
278
- var storeOutput := Seq. Last (newPutHistory). output;
279
- || storeOutput. Success?
280
- || storeOutput. error. EntryAlreadyExists?
281
- )
278
+ var storeOutput := Seq. Last (newPutHistory). output;
279
+ || storeOutput. Success?
280
+ || storeOutput. error. EntryAlreadyExists?
281
+ )
282
282
&& var storeInput := Seq. Last (newPutHistory). input;
283
283
&& var storeOutput := Seq. Last (newPutHistory). output;
284
284
// = specification/searchable-encryption/search-config.md#get-beacon-key-materials
@@ -339,10 +339,10 @@ module SearchableEncryptionInfo {
339
339
var beaconKeyMaterials := rawBeaconKeyMaterials. beaconKeyMaterials. (beaconKey := None, hmacKeys := Some (keyMap));
340
340
341
341
expect now < UInt. BoundedInts. INT64_MAX - cacheTTL;
342
- // = specification/searchable-encryption/search-config.md#get-beacon-key-materials
343
- // # These materials MUST be put into the associated [Key Store Cache](#key-store-cache)
344
- // # with an [Expiry Time](../../submodules/MaterialProviders/aws-encryption-sdk-specification/framework/cryptographic-materials-cache.md#expiry-time)
345
- // # equal to now + configured [cacheTTL](#cachettl).
342
+ // = specification/searchable-encryption/search-config.md#get-beacon-key-materials
343
+ // # These materials MUST be put into the associated [Key Store Cache](#key-store-cache)
344
+ // # with an [Expiry Time](../../submodules/MaterialProviders/aws-encryption-sdk-specification/framework/cryptographic-materials-cache.md#expiry-time)
345
+ // # equal to now + configured [cacheTTL](#cachettl).
346
346
var putCacheEntryInput:= MP. PutCacheEntryInput (
347
347
identifier := identifier,
348
348
materials := MP.Materials.BeaconKey(beaconKeyMaterials),
0 commit comments