Fixing typo

This commit is contained in:
gfleury 2018-03-16 09:15:11 +01:00
parent 02ab103a88
commit b3a79ded48

View File

@ -6998,7 +6998,7 @@ func (a *DefaultApiService) GetUser(username string) (*APIResponse, error) {
// create path and map variables // create path and map variables
localVarPath := a.client.cfg.BasePath + "/api/1.0/users/" localVarPath := a.client.cfg.BasePath + "/api/1.0/users/"
localVarPath = fmt.Sprint("%s%s", localVarPath, username) localVarPath = fmt.Sprintf("%s%s", localVarPath, username)
localVarHeaderParams := make(map[string]string) localVarHeaderParams := make(map[string]string)
localVarQueryParams := url.Values{} localVarQueryParams := url.Values{}