Skip to content

Commit d0da327

Browse files
committed
fix: remove stale swiftlint disable
1 parent c6d3e00 commit d0da327

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Core/Sources/Core/InputUtils/SegmentsManager.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,6 @@ public final class SegmentsManager {
809809
suggestSelectionIndex = nil
810810
}
811811

812-
// swiftlint:disable:next cyclomatic_complexity
813812
public func requestPredictionCandidates() -> [PredictionCandidate] {
814813
guard Config.DebugPredictiveTyping().value else {
815814
return []

0 commit comments

Comments
 (0)