fix style problem

Signed-off-by: dayeguilaiye <979014041@qq.com>
pull/12299/head
dayeguilaiye 10 months ago committed by GitHub
parent e5d45b73b4
commit 48387713e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -457,9 +457,8 @@ func (c *Client) Update(original, target ResourceList, force bool) (*Result, err
if len(updateErrors) != 0 {
return res, errors.Errorf(strings.Join(updateErrors, " && "))
} else {
return res, nil
}
return res, nil
}
// Delete deletes Kubernetes resources specified in the resources list with

Loading…
Cancel
Save