Skip to content

Commit

Permalink
config: golangci-lint fixes.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Dec 10, 2024
1 parent 331b1ec commit cf91069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/config/v1alpha1/resmgr/control/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ import (
// +k8s:deepcopy-gen=true
type Config struct {
// +optional
CPU *cpu.Config `json:"cpu",omitempty"`
CPU *cpu.Config `json:"cpu,omitempty"`
}

0 comments on commit cf91069

Please sign in to comment.