Skip to content

Commit

Permalink
styles: run go format
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 7, 2020
1 parent dd3bfbe commit 2c25a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type ContextResponse struct {
Host string `json:"host"`
RemoteAddr string `json:"remote_address"`

RegexpCaptureGroups []string `json:"regexp_capture_groups"`
RegexpCaptureGroups []string `json:"regexp_capture_groups"`
}

type AuthenticationSession struct {
Expand Down

0 comments on commit 2c25a2a

Please sign in to comment.