Skip to content

Commit c7441bc

Browse files
committed
Fix Linter
1 parent 14ac019 commit c7441bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/CodeEditTextView/TextView/TextView+Drag.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extension TextView: NSDraggingSource {
4040
dragGesture.isEnabled = isSelectable
4141
addGestureRecognizer(dragGesture)
4242
}
43-
43+
4444
/// Handles state change on the drag and drop gesture recognizer.
4545
///
4646
/// This will ignore any gesture state besides `.began`, and will end by setting the state to `.ended`. The gesture
@@ -120,7 +120,7 @@ extension TextView: NSDraggingSource {
120120
isDragging = true
121121
setUpMouseAutoscrollTimer()
122122
}
123-
123+
124124
/// Updates the text view about a dragging session. The text view will update the ``TextView/draggingCursorView``
125125
/// cursor to match the drop destination depending on where the drag is on the text view.
126126
///
@@ -203,7 +203,7 @@ extension TextView: NSDraggingSource {
203203
}
204204

205205
// MARK: - Perform Drag
206-
206+
207207
/// Performs the final drop operation.
208208
///
209209
/// This method accepts a number of items from the dragging info's pasteboard, and cuts them into the

0 commit comments

Comments
 (0)