Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Formatting
  • Loading branch information
Emyrk committed Sep 29, 2023
commit cbb69bcee70f2f4b4a95b762d598efb96371ddd2
1 change: 0 additions & 1 deletion cli/clibase/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ func (s *Struct[T]) String() string {
func (s *Struct[T]) MarshalYAML() (interface{}, error) {
var n yaml.Node
err := n.Encode(s.Value)

if err != nil {
return nil, err
}
Expand Down