Skip to content

Commit ede6fce

Browse files
committed
fixed linting(2)
1 parent 21e0182 commit ede6fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

transforms.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ func stringJoinTransform(input any, r v1beta1.StringTransformJoin) (string, erro
373373
}
374374
if len(r.Separator) > 0 {
375375
return result[:len(result)-1], nil
376-
}
377-
376+
}
377+
378378
return result, nil
379379
}
380380

0 commit comments

Comments
 (0)