We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be668bc commit a26562cCopy full SHA for a26562c
Tests/CodeEditTextViewTests/TextLayoutLineStorageTests.swift
@@ -11,7 +11,7 @@ extension UUID: @retroactive Identifiable {
11
public var id: UUID { self }
12
}
13
14
-final class TextLayoutLineStorageTests: XCTestCase {
+final class TextLayoutLineStorageTests: XCTestCase { // swiftlint:disable:this type_body_length
15
16
/// Creates a balanced height=3 tree useful for testing and debugging.
17
/// - Returns: A new tree.
0 commit comments