Updated code with gofmt

This commit is contained in:
Josh Samuels 2019-06-13 19:27:06 -07:00
parent 62b8b1702c
commit 1ec87e2220

View File

@ -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)
} }