Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
r.khavronenko committed Oct 12, 2017
1 parent df00136 commit 49b8d76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ func (s *scope) decorateRequest(req *http.Request) *http.Request {
}

type user struct {
toUser string
toCluster string
denyHTTP bool
denyHTTPS bool
toUser string
toCluster string
denyHTTP bool
denyHTTPS bool
allowCORS bool

allowedNetworks config.Networks
Expand Down

0 comments on commit 49b8d76

Please sign in to comment.