``make format`` invocation.

This commit is contained in:
Matt T. Proud 2013-03-21 12:23:26 +01:00
parent bdb067b47f
commit 669abdfefe
1 changed files with 3 additions and 3 deletions

View File

@ -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