mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Fix shadowing lint error
This commit is contained in:
parent
121088cb2a
commit
7a41b950cc
@ -173,7 +173,7 @@ func (o *RolloutStatusOptions) Run() error {
|
||||
return err
|
||||
}
|
||||
|
||||
return r.Visit(func(info *resource.Info, err error) error {
|
||||
return r.Visit(func(info *resource.Info, _ error) error {
|
||||
mapping := info.ResourceMapping()
|
||||
statusViewer, err := o.StatusViewerFn(mapping)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user