mirror of
https://github.com/spf13/cobra
synced 2024-12-29 15:57:10 +00:00
"fixed whitespace"
This commit is contained in:
parent
f963733c4e
commit
29af015b57
1 changed files with 1 additions and 1 deletions
|
@ -2577,7 +2577,7 @@ func TestCompleteCompletion(t *testing.T) {
|
||||||
expected := strings.Join([]string{
|
expected := strings.Join([]string{
|
||||||
"bash",
|
"bash",
|
||||||
"fish",
|
"fish",
|
||||||
"nushell",
|
"nushell",
|
||||||
"powershell",
|
"powershell",
|
||||||
"zsh",
|
"zsh",
|
||||||
":4",
|
":4",
|
||||||
|
|
Loading…
Reference in a new issue