Skip to content

Commit b303aae

Browse files
committed
whitespace cleanup
1 parent a5ed347 commit b303aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/CodeEditTextView/STTextViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class STTextViewController: NSViewController, STTextViewDelegate, ThemeAt
4444

4545
/// The editorOverscroll to use for the textView over scroll
4646
public var editorOverscroll: Double
47-
47+
4848
/// Whether lines wrap to the width of the editor
4949
public var wrapLines: Bool
5050

@@ -84,7 +84,7 @@ public class STTextViewController: NSViewController, STTextViewDelegate, ThemeAt
8484

8585
public override func loadView() {
8686
textView = STTextView()
87-
87+
8888
let scrollView = NSScrollView()
8989
scrollView.translatesAutoresizingMaskIntoConstraints = false
9090
scrollView.hasVerticalScroller = true

0 commit comments

Comments
 (0)