Skip to content

Commit 840bdb8

Browse files
committed
all: fix documentations
1 parent 16b8ab1 commit 840bdb8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

language.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,7 @@ type CodeAction struct {
745745
// CodeActionRegistrationOptions CodeAction Registrationi options.
746746
type CodeActionRegistrationOptions struct {
747747
TextDocumentRegistrationOptions
748+
748749
CodeActionOptions
749750
}
750751

registration.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ type RegistrationParams struct {
2424

2525
// TextDocumentRegistrationOptions TextDocumentRegistration options.
2626
type TextDocumentRegistrationOptions struct {
27-
2827
// DocumentSelector a document selector to identify the scope of the registration. If set to null
2928
// the document selector provided on the client side will be used.
3029
DocumentSelector DocumentSelector `json:"documentSelector"`

0 commit comments

Comments
 (0)