Skip to content

Commit ba3b3e9

Browse files
committed
fix:lint
1 parent 8f517c9 commit ba3b3e9

File tree

1 file changed

+1
-0
lines changed
  • Example/CodeEditSourceEditorExample/CodeEditSourceEditorExample/Views

1 file changed

+1
-0
lines changed

Example/CodeEditSourceEditorExample/CodeEditSourceEditorExample/Views/StatusBar.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ struct StatusBar: View {
211211
}
212212

213213
// When there's a single cursor, display the line and column.
214+
// swiftlint:disable:next line_length
214215
return "Line: \(cursorPositions[0].start.line) Col: \(cursorPositions[0].start.column) Range: \(cursorPositions[0].range)"
215216
}
216217
}

0 commit comments

Comments
 (0)