Skip to content

Commit f682d5c

Browse files
committed
Fix typo
1 parent bbd64a4 commit f682d5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/Service/Workspace.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ final class Filespace {
3737
suggestions = []
3838
suggestionIndex = 0
3939
if resetSnapshot {
40-
Snapshot = .init(linesHash: -1, cursorPosition: .outOfScope)
40+
suggestionSourceSnapshot = .init(linesHash: -1, cursorPosition: .outOfScope)
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)