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 {
6161 identifier: documentationBundleIdentifier,
6262 defaultCodeListingLanguage: nil ,
6363 defaultAvailability: nil ,
64- defaultModuleKind: nil ,
64+ defaultModuleKind: nil
6565 ) ,
6666 externalIDsToConvert: externalIDsToConvert,
6767 documentPathsToConvert: documentPathsToConvert,
Original file line number Diff line number Diff line change @@ -1063,7 +1063,7 @@ final class CodingTests: XCTestCase {
10631063 expected: DoccDocumentationRequest (
10641064 textDocument: TextDocumentIdentifier ( try DocumentURI ( string: " file:///some/path " ) ) ,
10651065 position: Position ( line: 4 , utf16index: 17 )
1066- ) ,
1066+ )
10671067 )
10681068 }
10691069
You can’t perform that action at this time.
0 commit comments