Skip to content

Commit 3a3fae9

Browse files
committed
Lint
1 parent 5a458e4 commit 3a3fae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/CodeEditTextViewExample/CodeEditTextViewExample/Views/TextViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ class TextViewController: NSViewController {
1616
textView = TextView(string: string)
1717
super.init(nibName: nil, bundle: nil)
1818
}
19-
19+
2020
required init?(coder: NSCoder) {
2121
fatalError("init(coder:) has not been implemented")
2222
}
23-
23+
2424
override func loadView() {
2525
scrollView = NSScrollView()
2626
textView.translatesAutoresizingMaskIntoConstraints = false

0 commit comments

Comments
 (0)