Codebase list golang-github-go-kit-kit / d53f8e6
Remove empty default in select shubhendra authored 3 years ago Mark Sagi-Kazar committed 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
134134 return nil, nil
135135 case <-fw.err:
136136 return nil, errors.New("error from underlying etcd watcher")
137 default:
137
138138 }
139139 }
140140 }