diff --git a/promql/value.go b/promql/value.go index 218f6c533..961f83184 100644 --- a/promql/value.go +++ b/promql/value.go @@ -47,8 +47,8 @@ const ( // String represents a string value. type String struct { - V string T int64 + V string } func (s String) String() string {