Skip to content

Commit 258e664

Browse files
committed
Lint :(
1 parent 4a32acd commit 258e664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditTextView/TextLineStorage/TextLineStorage+Iterator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public extension TextLineStorage {
2121
func linesStartingAt(_ minY: CGFloat, until maxY: CGFloat) -> TextLineStorageYIterator {
2222
TextLineStorageYIterator(storage: self, minY: minY, maxY: maxY)
2323
}
24-
24+
2525
/// Iterate over all lines overlapping a range in the document.
2626
/// - Parameter range: The range to query.
2727
/// - Returns: A lazy iterator for retrieving lines.

0 commit comments

Comments
 (0)