Skip to content

Commit 12f92c0

Browse files
committed
Update Package.swift, Resolve Linter
1 parent b44aefe commit 12f92c0

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CodeEdit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CodeEdit/Features/LSP/Features/SemanticTokens/SemanticTokenStorage/SemanticTokenStorage.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ final class SemanticTokenStorage: GenericSemanticTokenStorage {
4040
}
4141

4242
// MARK: - Storage Conformance
43-
43+
4444
/// Finds all tokens in the given range.
4545
/// - Parameter range: The range to query.
4646
/// - Returns: All tokens found in the range.
@@ -62,7 +62,7 @@ final class SemanticTokenStorage: GenericSemanticTokenStorage {
6262

6363
return tokens
6464
}
65-
65+
6666
/// Clear the current state and set a new one.
6767
/// - Parameter data: The semantic tokens to set as the current state.
6868
func setData(_ data: borrowing SemanticTokens) {
@@ -125,7 +125,7 @@ final class SemanticTokenStorage: GenericSemanticTokenStorage {
125125
}
126126

127127
// MARK: - Invalidated Indices
128-
128+
129129
/// Calculate what document ranges are invalidated due to changes in the compressed token data.
130130
///
131131
/// This overestimates invalidated ranges by assuming all tokens touched by a change are invalid. All this does is

0 commit comments

Comments
 (0)