Skip to content

Commit

Permalink
fixing the linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Aug 24, 2019
1 parent 5e09057 commit d2f2f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autorest/azure/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ type RequestError struct {
autorest.DetailedError

// The error returned by the Azure service.
ServiceError *ServiceError `json:"error",xml:"Error"`
ServiceError *ServiceError `json:"error", xml:"Error"`

// The request id (from the x-ms-request-id-header) of the request.
RequestID string
Expand Down

0 comments on commit d2f2f28

Please sign in to comment.