Skip to content

Commit 6f46b11

Browse files
committed
Fix Lint Error
1 parent 7f51e85 commit 6f46b11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/CodeEditTextView/TextSelectionManager/TextSelectionManager+FillRects.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
import Foundation
99

1010
extension TextSelectionManager {
11-
/// Calculate a set of rects for a text selection suitable for filling with the selection color to indicate a multi-line selection.
11+
/// Calculate a set of rects for a text selection suitable for filling with the selection color to indicate a
12+
/// multi-line selection.
1213
///
1314
/// The returned rects are inset by edge insets passed to the text view, the given `rect` parameter can be the 'raw'
1415
/// rect to draw in, no need to inset it before this method call.

0 commit comments

Comments
 (0)