diff --git a/pkg/expr/functions/legendValue/function.go b/pkg/expr/functions/legendValue/function.go index 84e2a5d3..7c2b5347 100644 --- a/pkg/expr/functions/legendValue/function.go +++ b/pkg/expr/functions/legendValue/function.go @@ -73,7 +73,7 @@ func (f *legendValue) Do(ctx context.Context, e parser.Expr, from, until int32, } else { return nil, fmt.Errorf("%s is not supported for system", system) } - values = append(values, fmt.Sprintf("%s: %s", method, summary) + values = append(values, fmt.Sprintf("%s: %s", method, summary)) } r := *a