diff options
author | 2018-07-09 13:08:02 +0100 | |
---|---|---|
committer | 2018-07-09 08:08:02 -0400 | |
commit | 4083852b70d4681752af8ad9a1840150fd52c071 (patch) | |
tree | 2289d50033bc7031a49b86b7f0f7196e09024d5a /plugin/etcd/setup.go | |
parent | b27a59c160da16ee48891d82a6fdcff7d0694fd4 (diff) | |
download | coredns-4083852b70d4681752af8ad9a1840150fd52c071.tar.gz coredns-4083852b70d4681752af8ad9a1840150fd52c071.tar.zst coredns-4083852b70d4681752af8ad9a1840150fd52c071.zip |
Remove trailing whitespace (#1955)
Prevent future; "remove trailing whitespace" PR, but adding a simple
presubmit that checks for this.
This presubmit flagged quite some offenders, remove all trailing
whitespace from. Apart from that there aren't any other changes.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin/etcd/setup.go')
-rw-r--r-- | plugin/etcd/setup.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/setup.go b/plugin/etcd/setup.go index 7e03acf0d..4bce42a75 100644 --- a/plugin/etcd/setup.go +++ b/plugin/etcd/setup.go @@ -124,7 +124,7 @@ func etcdParse(c *caddy.Controller) (*Etcd, bool, error) { } etc.Client = client etc.endpoints = endpoints - + return &etc, stubzones, nil } return &Etcd{}, false, nil |