From 8f27cdc94744a5b05ce4f6ee8a33c3796e4bf953 Mon Sep 17 00:00:00 2001 From: Owen Williams Date: Wed, 4 Feb 2026 11:01:16 -0500 Subject: [PATCH] lint Signed-off-by: Owen Williams --- tsdb/record/record.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsdb/record/record.go b/tsdb/record/record.go index c2cb2004cf..e0a44d704d 100644 --- a/tsdb/record/record.go +++ b/tsdb/record/record.go @@ -160,9 +160,9 @@ type RefSeries struct { // RefSample is a timestamp/value pair associated with a reference to a series. // TODO(beorn7): Perhaps make this "polymorphic", including histogram and float-histogram pointers? Then get rid of RefHistogramSample. type RefSample struct { - Ref chunks.HeadSeriesRef + Ref chunks.HeadSeriesRef ST, ST2, ST3, ST4, T int64 - V float64 + V float64 } // RefMetadata is the metadata associated with a series ID.