auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
This commit is contained in:
parent
6782b7fb42
commit
2fcc74b94e
2 changed files with 5 additions and 5 deletions
|
@ -40,10 +40,10 @@ type External struct {
|
|||
Next plugin.Handler
|
||||
Zones []string
|
||||
|
||||
hostmaster string
|
||||
apex string
|
||||
ttl uint32
|
||||
headless bool
|
||||
hostmaster string
|
||||
apex string
|
||||
ttl uint32
|
||||
headless bool
|
||||
|
||||
upstream *upstream.Upstream
|
||||
|
||||
|
|
|
@ -216,4 +216,4 @@ func TestNsAddrsExternalWithPreexistingExternalIP(t *testing.T) {
|
|||
if cdr.Header().Name != expected {
|
||||
t.Errorf("Expected record name to be %q, got %q", expected, cdr.Header().Name)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue