Skip to content

Commit

Permalink
Remove trailing space, fix go-chi#197 thanks @dim
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kieltyka committed May 15, 2017
1 parent 898d761 commit 5f645ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/compress.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var defaultContentTypes = map[string]struct{}{
"application/x-javascript": struct{}{},
"application/json": struct{}{},
"application/atom+xml": struct{}{},
"application/rss+xml ": struct{}{},
"application/rss+xml": struct{}{},
}

// DefaultCompress is a middleware that compresses response
Expand Down

0 comments on commit 5f645ae

Please sign in to comment.