auto go fmt

Signed-off-by: coredns[bot] <bot@bot.coredns.io>
This commit is contained in:
coredns[bot] 2022-07-04 10:29:59 +00:00
parent ed6eb57126
commit f8ef1dc652

View file

@ -56,7 +56,7 @@ func NewServer(addr string, group []*Config) (*Server, error) {
Addr: addr,
zones: make(map[string]*Config),
graceTimeout: 5 * time.Second,
tsigSecret: make(map[string]string),
tsigSecret: make(map[string]string),
}
// We have to bound our wg with one increment