mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54: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
@@ -16,7 +16,7 @@ import (
|
||||
type APIConnReverseTest struct{}
|
||||
|
||||
func (APIConnReverseTest) HasSynced() bool { return true }
|
||||
func (APIConnReverseTest) Run() { return }
|
||||
func (APIConnReverseTest) Run() {}
|
||||
func (APIConnReverseTest) Stop() error { return nil }
|
||||
func (APIConnReverseTest) PodIndex(string) []*object.Pod { return nil }
|
||||
func (APIConnReverseTest) EpIndex(string) []*object.Endpoints { return nil }
|
||||
|
||||
Reference in New Issue
Block a user