Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spacefreak86 committed Sep 6, 2023
1 parent 267c6d3 commit 5dbcd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/expr/functions/legendValue/function.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dbcd85

Please sign in to comment.