Skip to content

Commit

Permalink
chore: more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Oct 29, 2024
1 parent 47e29b4 commit 03c4232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/types/pipeline/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Git struct {
// swagger:model PipelineGitToken
type Token struct {
Repositories []string `json:"repositories,omitempty" yaml:"repositories,omitempty"`
Permissions map[string]string `json:"permissions,omitempty" yaml:"permissions,omitempty"`
Permissions map[string]string `json:"permissions,omitempty" yaml:"permissions,omitempty"`
}

// Empty returns true if the provided struct is empty.
Expand Down

0 comments on commit 03c4232

Please sign in to comment.