diff --git a/storage/fanout/fanout_test.go b/storage/fanout/fanout_test.go index 8a730e9ed..e9146021d 100644 --- a/storage/fanout/fanout_test.go +++ b/storage/fanout/fanout_test.go @@ -224,8 +224,8 @@ func (errStorage) ChunkQuerier(_ context.Context, _, _ int64) (storage.ChunkQuer return errChunkQuerier{}, nil } func (errStorage) Appender(_ context.Context) storage.Appender { return nil } -func (errStorage) StartTime() (int64, error) { return 0, nil } -func (errStorage) Close() error { return nil } +func (errStorage) StartTime() (int64, error) { return 0, nil } +func (errStorage) Close() error { return nil } func (errQuerier) Select(bool, *storage.SelectHints, ...*labels.Matcher) storage.SeriesSet { return storage.ErrSeriesSet(errSelect) diff --git a/tsdb/db_test.go b/tsdb/db_test.go index d3f80ca45..5e55840a7 100644 --- a/tsdb/db_test.go +++ b/tsdb/db_test.go @@ -2505,7 +2505,7 @@ func TestDBReadOnly_FlushWAL(t *testing.T) { logger = log.NewLogfmtLogger(log.NewSyncWriter(os.Stderr)) err error maxt int - ctx = context.Background() + ctx = context.Background() ) // Bootstrap the db.