Skip to content

Commit

Permalink
Format the code using gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed Jun 24, 2024
1 parent 0dbb6a6 commit 583d09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services.go
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ type JiraServiceProperties struct {
JiraIssueTransitionID string `json:"jira_issue_transition_id"`

// Deprecated: This parameter was removed in GitLab 17.0
ProjectKey string `json:"project_key" `
ProjectKey string `json:"project_key" `
}

// UnmarshalJSON decodes the Jira Service Properties.
Expand Down Expand Up @@ -1186,7 +1186,7 @@ type SetJiraServiceOptions struct {
CommentOnEventEnabled *bool `url:"comment_on_event_enabled,omitempty" json:"comment_on_event_enabled,omitempty"`

// Deprecated: This parameter was removed in GitLab 17.0
ProjectKey *string `url:"project_key,omitempty" json:"project_key,omitempty" `
ProjectKey *string `url:"project_key,omitempty" json:"project_key,omitempty" `
}

// SetJiraService sets Jira service for a project
Expand Down

0 comments on commit 583d09e

Please sign in to comment.