fix the gofmt

reviewable/pr2421/r3
yan234280533 9 years ago
parent 7ef33d7279
commit ba096f7aa3

@ -613,7 +613,7 @@ func watchPodUntilComplete(timeout time.Duration, info *resource.Info) error {
return err
}
func (c *Client) getRelationPods(infos []*resource.Info)(map[string][]api.Pod){
func (c *Client) getRelationPods(infos []*resource.Info) map[string][]api.Pod {
var objPods = make(map[string][]api.Pod)
for _, value := range infos {
@ -699,5 +699,3 @@ func isFoundPodInfo(podItem []api.Pod,podInfo *resource.Info) bool {
}
return false
}

Loading…
Cancel
Save