Answer the review: one home per contract, and cover the matching's last branch
CI / gate (push) Successful in 5s
CI / gate (push) Successful in 5s
This commit is contained in:
@@ -257,9 +257,6 @@ function runLength(scan: string, index: number): number {
|
||||
return length
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
function charAt(text: string, index: number): string {
|
||||
return index < 0 ? '' : text.charAt(index)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user