mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
fixing linter issues
This commit is contained in:
parent
b635726081
commit
f2b07da1e2
1 changed files with 2 additions and 2 deletions
|
@ -1412,7 +1412,7 @@ func TestUsageStringRedirected(t *testing.T) {
|
|||
cmd.Print("[stdout1]")
|
||||
cmd.PrintErr("[stderr2]")
|
||||
cmd.Print("[stdout3]")
|
||||
return nil;
|
||||
return nil
|
||||
}
|
||||
|
||||
expected := "[stdout1][stderr2][stdout3]"
|
||||
|
|
Loading…
Reference in a new issue