Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Dec 16, 2019
1 parent 77c8881 commit 4d1aa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/kudo/v1beta1/operatorversion_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type OperatorVersionSpec struct {
// Yaml captures a templated yaml list of elements that define the application operator instance.
Templates map[string]string `json:"templates,omitempty"`
// List of all tasks available in this OperatorVersion.
Tasks []Task `json:"tasks,omitempty"`
Tasks []Task `json:"tasks,omitempty"`

Parameters []Parameter `json:"parameters,omitempty"`

Expand Down

0 comments on commit 4d1aa8d

Please sign in to comment.