mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-17 18:41:03 +02:00
Do a make format run
This commit is contained in:
parent
25a8bd50a5
commit
a09d896cbf
@ -533,7 +533,7 @@ func (it *memorySeriesIterator) ValueAtTime(t model.Time) []model.SamplePair {
|
|||||||
it.chunkIt = it.chunkIterator(l - i + 1)
|
it.chunkIt = it.chunkIterator(l - i + 1)
|
||||||
return []model.SamplePair{
|
return []model.SamplePair{
|
||||||
sp1,
|
sp1,
|
||||||
model.SamplePair{
|
{
|
||||||
Timestamp: it.chunkIt.timestampAtIndex(0),
|
Timestamp: it.chunkIt.timestampAtIndex(0),
|
||||||
Value: it.chunkIt.sampleValueAtIndex(0),
|
Value: it.chunkIt.sampleValueAtIndex(0),
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user