diff options
author | 2022-09-12 10:30:25 +0000 | |
---|---|---|
committer | 2022-09-12 10:30:25 +0000 | |
commit | 630fa4786ae295c75dd240cea61d15777fb64db1 (patch) | |
tree | eb9055347a0af993c18263ba2259df8c15d41d6c /plugin/dnstap/handler.go | |
parent | 9b7c046fc3c88d4407e0c1b7272b27851bb1eaaa (diff) | |
download | coredns-630fa4786ae295c75dd240cea61d15777fb64db1.tar.gz coredns-630fa4786ae295c75dd240cea61d15777fb64db1.tar.zst coredns-630fa4786ae295c75dd240cea61d15777fb64db1.zip |
auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
Diffstat (limited to '')
-rw-r--r-- | plugin/dnstap/handler.go | 4 |
1 files 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. |