Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sagerb committed Feb 13, 2025
1 parent af8681a commit 07af633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/services/api/get_interpreters.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ var interpretersFromRequest = InterpretersFromRequest
// the request.
type getInterpreterResponse struct {
Python *config.Python `json:"python,omitempty"`
PreferredPythonPath string `json:"preferredPythonPath,omitEmpty"`
PreferredPythonPath string `json:"preferredPythonPath,omitempty"`
R *config.R `json:"r,omitempty"`
PreferredRPath string `json:"preferredRPath,omitEmpty"`
PreferredRPath string `json:"preferredRPath,omitempty"`
}

// toGetAccountResponse converts an internal Account object
Expand Down

0 comments on commit 07af633

Please sign in to comment.