From f40e4579b73cbede1b5b8fb8f64021f7e7d50b08 Mon Sep 17 00:00:00 2001 From: Annanay Date: Fri, 24 Jul 2020 20:40:13 +0530 Subject: [PATCH] gofmt Signed-off-by: Annanay --- storage/fanout/fanout_test.go | 4 ++-- tsdb/db_test.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.