Skip to content

Commit c752fe0

Browse files
authored
Update STTextViewController.swift
1 parent 1d633ae commit c752fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditTextView/STTextViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public class STTextViewController: NSViewController, STTextViewDelegate, ThemeAt
169169
public override func viewDidAppear() {
170170
super.viewDidAppear()
171171
}
172-
172+
173173
public func textDidChange(_ notification: Notification) {
174174
self.text.wrappedValue = textView.string
175175
}

0 commit comments

Comments
 (0)