diff options
author | 2019-12-07 07:47:18 -0800 | |
---|---|---|
committer | 2019-12-07 15:47:18 +0000 | |
commit | a34d564c0727957b293132b2824c288be054378a (patch) | |
tree | 22ba761e291c50e1f33ebd70a1e970f801d93dbe /plugin | |
parent | bb077c0e49548c88eb94d9481b305f8af90f787d (diff) | |
download | coredns-a34d564c0727957b293132b2824c288be054378a.tar.gz coredns-a34d564c0727957b293132b2824c288be054378a.tar.zst coredns-a34d564c0727957b293132b2824c288be054378a.zip |
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 <yong.tang.github@outlook.com>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/dnstap/dnstapio/io_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |