Do a make format run

This commit is contained in:
Brian Brazil 2015-08-24 18:32:48 +01:00
parent 25a8bd50a5
commit a09d896cbf

View file

@ -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),
}, },