``make format`` invocation.

pull/84/head
Matt T. Proud 12 years ago
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{
Value: iterator.Value().(value).get(),
Timestamp: timestamp,
})
Value: iterator.Value().(value).get(),
Timestamp: timestamp,
})
if !iterator.Next() {
break

Loading…
Cancel
Save