Skip to content

Commit

Permalink
Placate linter
Browse files Browse the repository at this point in the history
  • Loading branch information
theunrepentantgeek committed Aug 18, 2024
1 parent ddacb2f commit 0586356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v2/tools/generator/internal/config/type_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ const (
)

type OperatorSpecPropertyConfiguration struct {
Name string `yaml:"name",omitempty` // Name of the new property
Type string `yaml:"type",omitempty` // Primitive type of the new property (e.g. string, int, etc.)
Description string `yaml:"description",omitempty` // Description to include on the property
Name string `yaml:"name", omitempty` // Name of the new property
Type string `yaml:"type", omitempty` // Primitive type of the new property (e.g. string, int, etc.)
Description string `yaml:"description", omitempty` // Description to include on the property
}

func NewTypeConfiguration(name string) *TypeConfiguration {
Expand Down

0 comments on commit 0586356

Please sign in to comment.