Skip to content

Commit

Permalink
fix: linter 'File is not gci-ed with ...'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcnunes committed Dec 23, 2023
1 parent 751723f commit aae1864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type provider struct {
KubeContext string
}

func New(l *log.Logger, cfg api.StaticConfig) (*provider) {
func New(l *log.Logger, cfg api.StaticConfig) *provider {
p := &provider{
log: l,
}
Expand Down

0 comments on commit aae1864

Please sign in to comment.