aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-07-09 13:08:02 +0100
committerGravatar Paul Greenberg <greenpau@users.noreply.github.com> 2018-07-09 08:08:02 -0400
commit4083852b70d4681752af8ad9a1840150fd52c071 (patch)
tree2289d50033bc7031a49b86b7f0f7196e09024d5a /test
parentb27a59c160da16ee48891d82a6fdcff7d0694fd4 (diff)
downloadcoredns-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 'test')
-rw-r--r--test/hosts_file_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hosts_file_test.go b/test/hosts_file_test.go
index fa50233f0..37ad43bc9 100644
--- a/test/hosts_file_test.go
+++ b/test/hosts_file_test.go
@@ -17,7 +17,7 @@ func TestHostsInlineLookup(t *testing.T) {
hosts highly_unlikely_to_exist_hosts_file example.org {
10.0.0.1 example.org
fallthrough
- }
+ }
}`
i, udp, _, err := CoreDNSServerAndPorts(corefile)