Skip to content

Commit

Permalink
To make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
pboguslawski authored Jan 18, 2023
1 parent be480a2 commit 91a4e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions response/encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ type noContent interface {

// DefaultSuccessResponseContentType is a package-level variable set to
// default success response content type.
var DefaultSuccessResponseContentType string = "application/json; charset=utf-8"
var DefaultSuccessResponseContentType = "application/json; charset=utf-8"

// DefaultErrorResponseContentType is a package-level variable set to
// default error response content type.
var DefaultErrorResponseContentType string = "application/json; charset=utf-8"
var DefaultErrorResponseContentType = "application/json; charset=utf-8"

// addressable makes a pointer from a non-pointer values.
func addressable(output interface{}) interface{} {
Expand Down

0 comments on commit 91a4e52

Please sign in to comment.