Run `make format`.

This commit is contained in:
Matt T. Proud 2013-03-14 14:27:51 -07:00
parent caeb759ed7
commit 615e6d13d7
2 changed files with 15 additions and 15 deletions

View File

@ -175,7 +175,7 @@ func (g *getValuesAlongRangeOp) ExtractSamples(in []model.SamplePair) (out []mod
return
}
lastSampleTime := in[lastIdx - 1].Timestamp
lastSampleTime := in[lastIdx-1].Timestamp
g.from = lastSampleTime.Add(time.Duration(1))
return in[firstIdx:lastIdx]
}