From a34d564c0727957b293132b2824c288be054378a Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Sat, 7 Dec 2019 07:47:18 -0800 Subject: [PATCH] Remove trailing whitespace as otherwise `make check` fails (#3515) This PR removes trailing whitespace as otherwise `make check` fails This PR fixes 3513 Signed-off-by: Yong Tang --- plugin/dnstap/dnstapio/io_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/dnstap/dnstapio/io_test.go b/plugin/dnstap/dnstapio/io_test.go index 93bfae88a..4716b4fd4 100644 --- a/plugin/dnstap/dnstapio/io_test.go +++ b/plugin/dnstap/dnstapio/io_test.go @@ -7,7 +7,7 @@ import ( "time" "github.com/coredns/coredns/plugin/pkg/reuseport" - + tap "github.com/dnstap/golang-dnstap" fs "github.com/farsightsec/golang-framestream" )