Skip to content

Commit 3dc4bc6

Browse files
committed
fix:lint
1 parent 7abca91 commit 3dc4bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/CodeEditSourceEditorExample/CodeEditSourceEditorExample/Views/MockCompletionDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class MockCompletionDelegate: CodeSuggestionDelegate, ObservableObject {
5050
class Suggestion: CodeSuggestionEntry {
5151
var label: String
5252
var detail: String?
53-
var documentation: String? = nil
53+
var documentation: String?
5454
var pathComponents: [String]?
5555
var targetPosition: CursorPosition? = CursorPosition(line: 10, column: 20)
5656
var sourcePreview: String?

0 commit comments

Comments
 (0)