Skip to content

Commit 541274b

Browse files
committed
Fixed SwiftLint errors
1 parent 5c0ea18 commit 541274b

File tree

1 file changed

+1
-2
lines changed
  • Example/CodeEditTextViewExample/CodeEditTextViewExample/Views

1 file changed

+1
-2
lines changed

Example/CodeEditTextViewExample/CodeEditTextViewExample/Views/StatusBar.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import SwiftUI
1010
struct StatusBar: View {
1111
@Environment(\.colorScheme)
1212
var colorScheme
13-
13+
1414
var text: NSTextStorage
1515

1616
@Binding var wrapLines: Bool
@@ -37,7 +37,6 @@ struct StatusBar: View {
3737
.menuIndicator(.hidden)
3838
.frame(maxWidth: 18, alignment: .center)
3939
Spacer()
40-
4140
Group {
4241
Text("\(text.length) characters")
4342
}

0 commit comments

Comments
 (0)