issue-2: fixed trim function
Test / build (push) Successful in 46s
Details
Test / build (push) Successful in 46s
Details
This commit is contained in:
parent
03f17af97d
commit
504106b5ef
|
@ -41,5 +41,5 @@ func trim(ctx context.Context, args ucl.CallArgs) (any, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
return strings.ToLower(s), nil
|
||||
return strings.TrimSpace(s), nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue