mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
gofmt some stuff (#1769)
This commit is contained in:
committed by
Miek Gieben
parent
be8fcc484a
commit
bf479f9ac2
@@ -55,11 +55,10 @@ func (r *roundRobin) List(p []*Proxy) []*Proxy {
|
||||
}
|
||||
|
||||
// sequential is a policy that selects hosts based on sequential ordering.
|
||||
type sequential struct {}
|
||||
type sequential struct{}
|
||||
|
||||
func (r *sequential) String() string { return "sequential" }
|
||||
|
||||
func (r *sequential) List(p []*Proxy) []*Proxy {
|
||||
return p
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user