mirror of
https://github.com/spf13/cobra
synced 2025-05-05 21:07:24 +00:00
Fix gofmt formatting.
This commit is contained in:
parent
760b290e91
commit
d6217f4e11
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ func argsMinusFirstX(args []string, x string) []string {
|
|||
if x == y {
|
||||
ret := []string{}
|
||||
ret = append(ret, args[:i]...)
|
||||
ret = append(ret, args[i + 1:]...)
|
||||
ret = append(ret, args[i+1:]...)
|
||||
return ret
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue