Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Oct 30, 2024
1 parent 6ac2981 commit cdd8d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibana/fleet.go
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ func (client *Client) CreateFleetProxy(ctx context.Context, req ProxiesRequest)
if err != nil {
return ProxiesResponse{}, fmt.Errorf("failes parsing response")
}

return resp, nil
}

Expand Down

0 comments on commit cdd8d85

Please sign in to comment.