mirror of
https://github.com/coredns/coredns.git
synced 2025-10-29 01:04:15 -04:00
cleanup: remove redundant return statement (#3297)
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
This commit is contained in:
committed by
Miek Gieben
parent
004c5fca9d
commit
081e45afa3
@@ -13,7 +13,7 @@ import (
|
||||
type APIConnTest struct{}
|
||||
|
||||
func (APIConnTest) HasSynced() bool { return true }
|
||||
func (APIConnTest) Run() { return }
|
||||
func (APIConnTest) Run() {}
|
||||
func (APIConnTest) Stop() error { return nil }
|
||||
func (APIConnTest) PodIndex(string) []*object.Pod { return nil }
|
||||
func (APIConnTest) SvcIndexReverse(string) []*object.Service { return nil }
|
||||
|
||||
Reference in New Issue
Block a user