Skip to content

Commit e8a0b69

Browse files
Fix lint
1 parent f8abec2 commit e8a0b69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CodeEdit/Features/LSP/LanguageClient/LanguageClient+Diagnostics.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ extension LanguageServer {
1515
requestType: "diagnostics",
1616
extraData: NoExtraData()
1717
)
18-
if let cachedResponse: DocumentDiagnosticReport = lspCache.get(key: cacheKey, as: DocumentDiagnosticReport.self) {
18+
if let cachedResponse: DocumentDiagnosticReport = lspCache.get(
19+
key: cacheKey, as: DocumentDiagnosticReport.self
20+
) {
1921
return cachedResponse
2022
}
2123

0 commit comments

Comments
 (0)