Skip to content

Commit 8c33d22

Browse files
committed
lint
1 parent 3febabd commit 8c33d22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/lsp/server.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"context"
55
"errors"
66
"fmt"
7-
// "go/printer"
87
"io"
98
"os"
109
"os/exec"
@@ -719,7 +718,7 @@ func (s *Server) handleInitialized(ctx context.Context, params *lsproto.Initiali
719718
}
720719
s.session.Configure(userPreferences)
721720
} else {
722-
// !!! handle userPreferences from initalization
721+
// !!! handle userPreferences from initialization
723722
}
724723

725724
// !!! temporary; remove when we have `handleDidChangeConfiguration`/implicit project config support

0 commit comments

Comments
 (0)