mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -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
@@ -152,7 +152,7 @@ var tests = []test.Case{
|
||||
type external struct{}
|
||||
|
||||
func (external) HasSynced() bool { return true }
|
||||
func (external) Run() { return }
|
||||
func (external) Run() {}
|
||||
func (external) Stop() error { return nil }
|
||||
func (external) EpIndexReverse(string) []*object.Endpoints { return nil }
|
||||
func (external) SvcIndexReverse(string) []*object.Service { return nil }
|
||||
|
||||
Reference in New Issue
Block a user