File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/SourceKitLSP/Documentation
Tests/LanguageServerProtocolTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ package struct DocCServer {
61
61
identifier: documentationBundleIdentifier,
62
62
defaultCodeListingLanguage: nil ,
63
63
defaultAvailability: nil ,
64
- defaultModuleKind: nil ,
64
+ defaultModuleKind: nil
65
65
) ,
66
66
externalIDsToConvert: externalIDsToConvert,
67
67
documentPathsToConvert: documentPathsToConvert,
Original file line number Diff line number Diff line change @@ -1063,7 +1063,7 @@ final class CodingTests: XCTestCase {
1063
1063
expected: DoccDocumentationRequest (
1064
1064
textDocument: TextDocumentIdentifier ( try DocumentURI ( string: " file:///some/path " ) ) ,
1065
1065
position: Position ( line: 4 , utf16index: 17 )
1066
- ) ,
1066
+ )
1067
1067
)
1068
1068
}
1069
1069
You can’t perform that action at this time.
0 commit comments