Review feedback.

Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
This commit is contained in:
Tom Wilkie 2018-06-18 16:33:04 +01:00 committed by Brian Brazil
parent e518f51a99
commit b8217720ac
1 changed files with 1 additions and 1 deletions

View File

@ -91,8 +91,8 @@ func ToQuery(from, to int64, matchers []*labels.Matcher, p *storage.SelectParams
if err != nil {
return nil, err
}
var rp *prompb.ReadHints = nil
var rp *prompb.ReadHints
if p != nil {
rp = &prompb.ReadHints{
StepMs: p.Step,