Skip to content

Commit

Permalink
gofmt -w -s .
Browse files Browse the repository at this point in the history
  • Loading branch information
fhs committed Jun 6, 2019
1 parent 2393f02 commit 2bfb2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/lsp/client/exec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ func TestAbsDirs(t *testing.T) {

func TestServerSetWorkspaces(t *testing.T) {
ss := NewServerSet(&Config{
Writer: ioutil.Discard,
Writer: ioutil.Discard,
DiagWriter: &mockDiagosticsWriter{ioutil.Discard},
RootDir: "/",
RootDir: "/",
Workspaces: nil,
})
err := ss.Register(`\.go$`, []string{"gopls"})
Expand Down

0 comments on commit 2bfb2f6

Please sign in to comment.