Skip to content

Commit

Permalink
fix golangci-lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shijl0925 authored Sep 6, 2024
1 parent 74d189d commit 6d8b7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changes.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ type SubmitRequirementInput struct {
ApplicabilityExpression string `json:"applicability_expression,omitempty"`
SubmittabilityExpression string `json:"submittability_expression"`
OverrideExpression string `json:"override_expression,omitempty"`
AllowOverrideInChildProjects bool `json:"allow_override_in_child_projects,omitempt"`
AllowOverrideInChildProjects bool `json:"allow_override_in_child_projects,omitempty"`
}

type SubmitRequirementResultInfo struct {
Expand Down

0 comments on commit 6d8b7e4

Please sign in to comment.