Skip to content

Commit

Permalink
Fixing review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaswiagarwal committed Oct 30, 2019
1 parent 12332af commit fe0b53c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/client_http_request.go
Expand Up @@ -35,9 +35,9 @@ import (
)

const (
acceptHeader = "Accept"
contentTypeHeader = "Content-Type"
acceptHeaderValue = "application/json"
acceptHeader = "Accept"
contentTypeHeader = "Content-Type"
acceptHeaderValue = "application/json"
contentTypeHeaderValue = "application/json"
)

Expand Down

0 comments on commit fe0b53c

Please sign in to comment.