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
|
@ -521,7 +521,7 @@ type APIConnServeTest struct {
|
|||
}
|
||||
|
||||
func (a APIConnServeTest) HasSynced() bool { return !a.notSynced }
|
||||
func (APIConnServeTest) Run() { return }
|
||||
func (APIConnServeTest) Run() {}
|
||||
func (APIConnServeTest) Stop() error { return nil }
|
||||
func (APIConnServeTest) EpIndexReverse(string) []*object.Endpoints { return nil }
|
||||
func (APIConnServeTest) SvcIndexReverse(string) []*object.Service { return nil }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue