diff options
author | 2021-12-09 00:26:14 +0800 | |
---|---|---|
committer | 2021-12-08 08:26:14 -0800 | |
commit | e5ea3341fac46c31b09119d0f73457123050d7e0 (patch) | |
tree | 5388bf62fc8c6954d7ca34fdd6e8a8a0cc2025e4 /plugin | |
parent | 9dcefa73aa27b7d95418e9359c783d07930ffe73 (diff) | |
download | coredns-e5ea3341fac46c31b09119d0f73457123050d7e0.tar.gz coredns-e5ea3341fac46c31b09119d0f73457123050d7e0.tar.zst coredns-e5ea3341fac46c31b09119d0f73457123050d7e0.zip |
Clean up extra spaces (#5027)
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/header/setup_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/header/setup_test.go b/plugin/header/setup_test.go index a8570cc2e..6a3a1af8e 100644 --- a/plugin/header/setup_test.go +++ b/plugin/header/setup_test.go @@ -24,7 +24,7 @@ func TestSetupHeader(t *testing.T) { foo bar }`, true, "unknown flag action=foo, should be set or clear"}, {`header { - set ra + set ra }`, false, ""}, {`header { set ra aa |