mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08: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)
|
||||
return []model.SamplePair{
|
||||
sp1,
|
||||
model.SamplePair{
|
||||
{
|
||||
Timestamp: it.chunkIt.timestampAtIndex(0),
|
||||
Value: it.chunkIt.sampleValueAtIndex(0),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue