Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilken Rivera committed Oct 20, 2023
1 parent 8e4efa4 commit 3b8c5e4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ func (cmd *Command) Run(args []string) int {
if nt.Obj().Name() != id.Name {
continue // not the struct we are looking for
}

// make sure each type is found once where somehow sometimes they can be found twice
typeNames = append(typeNames[:pos], typeNames[pos+1:]...)
flatenedStruct, err := getMapstructureSquashedStruct(obj.Pkg(), utStruct)
Expand Down

0 comments on commit 3b8c5e4

Please sign in to comment.