Skip to content

Commit 0e79421

Browse files
khushiiagrawalzazulam
authored andcommitted
run pre commit to resolve CI failure
Signed-off-by: khushiiagrawal <khushisaritaagrawal@gmail.com>
1 parent 97951c7 commit 0e79421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/v2/placeholder/placeholder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var InputParameterRe = regexp.MustCompile(`\{\{\$\.inputs\.parameters\['(.+?)']}
3636
// representation. It handles STRING, NUMBER (integer and double), BOOLEAN,
3737
// NULL, LIST, and STRUCT values. The number formatting uses
3838
// strconv.FormatFloat with 'f' format to match the launcher's established
39-
// production behaviour.
39+
// production behavior.
4040
func PbValueToString(v *structpb.Value) (string, error) {
4141
if v == nil {
4242
return "", nil

0 commit comments

Comments
 (0)