Skip to content

Commit f9a4f79

Browse files
michibooxwu
andcommitted
Update Sources/Algorithms/Suffix.swift
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent 2f8f798 commit f9a4f79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Algorithms/Suffix.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ extension BidirectionalCollection {
3131
while result != start {
3232
let previous = index(before: result)
3333
guard try predicate(self[previous]) else { break }
34-
3534
result = previous
3635
}
3736
return self[result...]

0 commit comments

Comments
 (0)