diff options
author | 2024-06-17 08:13:40 +0000 | |
---|---|---|
committer | 2024-06-17 08:13:40 +0000 | |
commit | 7ab404d64335dc0b6977e9fb38140ad6fc5b91b7 (patch) | |
tree | 5c589e9a69f90ad6bc50036f5632758f1e5bf3ac /vendor/github.com/spf13/cobra/cobra.go | |
parent | [chore]: Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (#3015) (diff) | |
download | gotosocial-7ab404d64335dc0b6977e9fb38140ad6fc5b91b7.tar.xz |
[chore]: Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#3016)
Diffstat (limited to 'vendor/github.com/spf13/cobra/cobra.go')
-rw-r--r-- | vendor/github.com/spf13/cobra/cobra.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/github.com/spf13/cobra/cobra.go b/vendor/github.com/spf13/cobra/cobra.go index a6b160ce5..e0b0947b0 100644 --- a/vendor/github.com/spf13/cobra/cobra.go +++ b/vendor/github.com/spf13/cobra/cobra.go @@ -193,8 +193,6 @@ func ld(s, t string, ignoreCase bool) int { d := make([][]int, len(s)+1) for i := range d { d[i] = make([]int, len(t)+1) - } - for i := range d { d[i][0] = i } for j := range d[0] { |