mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-23 11:41:54 -08:00
gofmt
Signed-off-by: Annanay <annanayagarwal@gmail.com>
This commit is contained in:
parent
7f98a744e5
commit
f40e4579b7
|
@ -224,8 +224,8 @@ func (errStorage) ChunkQuerier(_ context.Context, _, _ int64) (storage.ChunkQuer
|
||||||
return errChunkQuerier{}, nil
|
return errChunkQuerier{}, nil
|
||||||
}
|
}
|
||||||
func (errStorage) Appender(_ context.Context) storage.Appender { return nil }
|
func (errStorage) Appender(_ context.Context) storage.Appender { return nil }
|
||||||
func (errStorage) StartTime() (int64, error) { return 0, nil }
|
func (errStorage) StartTime() (int64, error) { return 0, nil }
|
||||||
func (errStorage) Close() error { return nil }
|
func (errStorage) Close() error { return nil }
|
||||||
|
|
||||||
func (errQuerier) Select(bool, *storage.SelectHints, ...*labels.Matcher) storage.SeriesSet {
|
func (errQuerier) Select(bool, *storage.SelectHints, ...*labels.Matcher) storage.SeriesSet {
|
||||||
return storage.ErrSeriesSet(errSelect)
|
return storage.ErrSeriesSet(errSelect)
|
||||||
|
|
|
@ -2505,7 +2505,7 @@ func TestDBReadOnly_FlushWAL(t *testing.T) {
|
||||||
logger = log.NewLogfmtLogger(log.NewSyncWriter(os.Stderr))
|
logger = log.NewLogfmtLogger(log.NewSyncWriter(os.Stderr))
|
||||||
err error
|
err error
|
||||||
maxt int
|
maxt int
|
||||||
ctx = context.Background()
|
ctx = context.Background()
|
||||||
)
|
)
|
||||||
|
|
||||||
// Bootstrap the db.
|
// Bootstrap the db.
|
||||||
|
|
Loading…
Reference in a new issue