Skip to content

Commit

Permalink
simpler fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edma2 committed Aug 23, 2024
1 parent 45ed696 commit 24ec9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/lsp/acmelsp/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (rc *RemoteCmd) Completion(ctx context.Context, kind CompletionKind) error
cw.Clear()
cw.PrintTabbed(sb.String())
} else {
fmt.Println(sb.String())
fmt.Fprintln(rc.Stdout, sb.String())
}

return nil
Expand Down

0 comments on commit 24ec9fd

Please sign in to comment.