Skip to content

Commit dd8772f

Browse files
committed
fixed linting(2)
Signed-off-by: Gilbert Scheiblhofer <gilbert.scheiblhofer@gmx.at>
1 parent 3c2bcc0 commit dd8772f

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)