mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
gofmt fix for No newline at end of file (#2973)
This fix fixes the `\ No newline at end of file` in plugin/chaos/zowners.go, by adding `"\n"` to the end of owners_generate.go. Also fixes a gofmt issue in plugin/etcd/setup.go Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
mwtls "github.com/coredns/coredns/plugin/pkg/tls"
|
||||
"github.com/coredns/coredns/plugin/pkg/upstream"
|
||||
|
||||
etcdcv3 "github.com/coreos/etcd/clientv3"
|
||||
"github.com/caddyserver/caddy"
|
||||
etcdcv3 "github.com/coreos/etcd/clientv3"
|
||||
)
|
||||
|
||||
var log = clog.NewWithPlugin("etcd")
|
||||
|
||||
Reference in New Issue
Block a user