Skip to content

Commit

Permalink
Revert "Test go linting works"
Browse files Browse the repository at this point in the history
This reverts commit e5c263a.
  • Loading branch information
jamlo committed Oct 25, 2024
1 parent e5c263a commit 71c6d74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/util/flags/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ func (s *ArrayValueFlag[T]) Set(input string) error {
func (s *ArrayValueFlag[T]) String() string {
strs := make([]string, 0, len(*s.value))
for _, spec := range *s.value {
spec := spec
strs = append(strs, s.stringer(&spec))
}
return strings.Join(strs, ", ")
Expand Down

0 comments on commit 71c6d74

Please sign in to comment.