mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
format
This commit is contained in:
parent
eb5bb97bed
commit
ae9c82946f
|
@ -112,7 +112,6 @@ func NewBlockQuerier(b BlockReader, mint, maxt int64) (storage.Querier, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return &blockQuerier{blockBaseQuerier: q}, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue