Skip to content

Commit 365addb

Browse files
committed
Lint Error
1 parent 5bdf601 commit 365addb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditTextView/EmphasisManager/EmphasisManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public final class EmphasisManager {
296296
textLayer?.removeFromSuperlayer()
297297
}
298298
}
299-
299+
300300
/// Handles selection of text ranges for emphases where select is true
301301
private func handleSelections(for emphases: [Emphasis]) {
302302
let selectableRanges = emphases.filter(\.select).map(\.range)

0 commit comments

Comments
 (0)