``make format`` invocation.
This commit is contained in:
parent
bdb067b47f
commit
669abdfefe
|
@ -189,9 +189,9 @@ func (v view) GetRangeValues(f model.Fingerprint, i model.Interval) (samples []m
|
||||||
}
|
}
|
||||||
|
|
||||||
samples = append(samples, model.SamplePair{
|
samples = append(samples, model.SamplePair{
|
||||||
Value: iterator.Value().(value).get(),
|
Value: iterator.Value().(value).get(),
|
||||||
Timestamp: timestamp,
|
Timestamp: timestamp,
|
||||||
})
|
})
|
||||||
|
|
||||||
if !iterator.Next() {
|
if !iterator.Next() {
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue