From 630fa4786ae295c75dd240cea61d15777fb64db1 Mon Sep 17 00:00:00 2001 From: "coredns[bot]" Date: Mon, 12 Sep 2022 10:30:25 +0000 Subject: [PATCH] auto go fmt Signed-off-by: coredns[bot] --- plugin/dnstap/handler.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/dnstap/handler.go b/plugin/dnstap/handler.go index e8a1fbc4a..a4b1acff0 100644 --- a/plugin/dnstap/handler.go +++ b/plugin/dnstap/handler.go @@ -18,8 +18,8 @@ type Dnstap struct { // IncludeRawMessage will include the raw DNS message into the dnstap messages if true. IncludeRawMessage bool - Identity []byte - Version []byte + Identity []byte + Version []byte } // TapMessage sends the message m to the dnstap interface.