Commit e5ea3341 authored by jayonlau's avatar jayonlau Committed by GitHub

Clean up extra spaces (#5027)

parent 9dcefa73
...@@ -24,7 +24,7 @@ func TestSetupHeader(t *testing.T) { ...@@ -24,7 +24,7 @@ func TestSetupHeader(t *testing.T) {
foo bar foo bar
}`, true, "unknown flag action=foo, should be set or clear"}, }`, true, "unknown flag action=foo, should be set or clear"},
{`header { {`header {
set ra set ra
}`, false, ""}, }`, false, ""},
{`header { {`header {
set ra aa set ra aa
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment