Skip to content

Commit 8ec3cd5

Browse files
committed
m
1 parent bee7476 commit 8ec3cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/src/ConfigToInfo.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ module SearchConfigToInfo {
535535
if num.None? then
536536
false
537537
else
538-
inner.value < num.value
538+
inner.value <= num.value
539539
}
540540

541541
// convert configured StandardBeacons to internal Beacons

0 commit comments

Comments
 (0)