Skip to content

Commit 109f77f

Browse files
committed
Fixup
1 parent 44445c9 commit 109f77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language_server_protocol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ impl LanguageClient {
988988
link_support: Some(true),
989989
..GotoCapability::default()
990990
}),
991-
publish_diagnostics: Some(PublishDiagnosticsCapability{
991+
publish_diagnostics: Some(PublishDiagnosticsCapability {
992992
related_information: Some(true),
993993
..PublishDiagnosticsCapability::default()
994994
}),

0 commit comments

Comments
 (0)