Skip to content

Commit 8719efa

Browse files
committed
fix typo that snuck in
1 parent beec7bf commit 8719efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antithesis_sdk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ namespace antithesis {
616616
if (left > right) {
617617
return compute_half_gap( left - 1, right );
618618
} else {
619-
return compute_half_gap( left, right - 1 ` );
619+
return compute_half_gap( left, right - 1 );
620620
}
621621
}
622622
// At this point both numbers are even, so the midpoint calculation is exact

0 commit comments

Comments
 (0)