Skip to content

Commit

Permalink
fixed linting(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gschei committed Jul 8, 2024
1 parent 21e0182 commit ede6fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transforms.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ func stringJoinTransform(input any, r v1beta1.StringTransformJoin) (string, erro
}
if len(r.Separator) > 0 {
return result[:len(result)-1], nil
}
}

return result, nil
}

Expand Down

0 comments on commit ede6fce

Please sign in to comment.