cleanup: remove redundant return statement (#3297)
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
This commit is contained in:
parent
004c5fca9d
commit
081e45afa3
15 changed files with 10 additions and 18 deletions
|
@ -61,7 +61,7 @@ func TestEndpointHostname(t *testing.T) {
|
|||
type APIConnServiceTest struct{}
|
||||
|
||||
func (APIConnServiceTest) HasSynced() bool { return true }
|
||||
func (APIConnServiceTest) Run() { return }
|
||||
func (APIConnServiceTest) Run() {}
|
||||
func (APIConnServiceTest) Stop() error { return nil }
|
||||
func (APIConnServiceTest) PodIndex(string) []*object.Pod { return nil }
|
||||
func (APIConnServiceTest) SvcIndexReverse(string) []*object.Service { return nil }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue