Skip to content

Commit cd5c10f

Browse files
committed
run gofmt
1 parent c2acbfd commit cd5c10f

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

github/event_types.go

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,16 @@ type DeploymentEvent struct {
180180
type DeploymentProtectionRuleEvent struct {
181181
Action *string `json:"action,omitempty"`
182182
Environment *string `json:"environment,omitempty"`
183-
Event *string `json:"event,omitempty"`
183+
Event *string `json:"event,omitempty"`
184+
184185
// The URL Github provides for a third-party to use in order to pass/fail a deployment gate
185-
DeploymentCallbackURL *string `json:"deployment_callback_url,omitempty"`
186-
Deployment *Deployment `json:"deployment,omitempty"`
187-
Repo *Repository `json:"repository,omitempty"`
188-
Organization *Organization `json:"organization,omitempty"`
189-
PullRequests []*PullRequest `json:"pull_requests,omitempty"`
190-
Sender *User `json:"sender,omitempty"`
191-
Installation *Installation `json:"installation,omitempty"`
186+
DeploymentCallbackURL *string `json:"deployment_callback_url,omitempty"`
187+
Deployment *Deployment `json:"deployment,omitempty"`
188+
Repo *Repository `json:"repository,omitempty"`
189+
Organization *Organization `json:"organization,omitempty"`
190+
PullRequests []*PullRequest `json:"pull_requests,omitempty"`
191+
Sender *User `json:"sender,omitempty"`
192+
Installation *Installation `json:"installation,omitempty"`
192193
}
193194

194195
// DeploymentStatusEvent represents a deployment status.

0 commit comments

Comments
 (0)