Skip to content

Commit ae2aa61

Browse files
committed
Update SourceEditor.swift
1 parent 8c16606 commit ae2aa61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditSourceEditor/SourceEditor/SourceEditor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public struct SourceEditor: NSViewControllerRepresentable {
9393
cursorPositions: cursorPositions.wrappedValue,
9494
highlightProviders: context.coordinator.highlightProviders,
9595
undoManager: undoManager,
96-
coordinators: coordinators,
96+
coordinators: coordinators
9797
)
9898
switch text {
9999
case .binding(let binding):

0 commit comments

Comments
 (0)