Skip to content

Commit 13a455e

Browse files
committed
Lint Error
1 parent 7b56c7c commit 13a455e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/CodeEditTextViewTests/TextLayoutManagerTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ struct TextLayoutManagerTests {
102102
}
103103

104104
/// # 04/09/25
105-
/// This ensures that getting line rect info does not invalidate layout. The issue was previously caused by a call to
106-
/// ``TextLayoutManager/preparePositionForDisplay``.
105+
/// This ensures that getting line rect info does not invalidate layout. The issue was previously caused by a
106+
/// call to ``TextLayoutManager/preparePositionForDisplay``.
107107
@Test
108108
func getRectsDoesNotRemoveLayoutInfo() {
109109
layoutManager.layoutLines(in: NSRect(x: 0, y: 0, width: 1000, height: 1000))

0 commit comments

Comments
 (0)