chore: use gofumpt for code formatting
This commit is contained in:
@@ -8,7 +8,8 @@ import (
|
||||
)
|
||||
|
||||
func newDNSHandler(ctx context.Context, loop DNSLoop,
|
||||
warner warner) http.Handler {
|
||||
warner warner,
|
||||
) http.Handler {
|
||||
return &dnsHandler{
|
||||
ctx: ctx,
|
||||
loop: loop,
|
||||
|
||||
Reference in New Issue
Block a user