mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
Fix shadowing lint error
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user