mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Updated code with gofmt
This commit is contained in:
parent
62b8b1702c
commit
1ec87e2220
@ -434,12 +434,12 @@ func (o *ApplyOptions) Run() error {
|
|||||||
objs = append(objs, info.Object)
|
objs = append(objs, info.Object)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
printer, err := o.ToPrinter("serverside-applied")
|
printer, err := o.ToPrinter("serverside-applied")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
return printer.PrintObj(info.Object, o.Out)
|
return printer.PrintObj(info.Object, o.Out)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user