Skip to content

Commit

Permalink
Fix weird make format issue
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Haudum <[email protected]>
  • Loading branch information
chaudum committed Mar 27, 2024
1 parent a78c747 commit 86674b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/bloomgateway/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ func (s *dummyStore) FetchBlocks(_ context.Context, refs []bloomshipper.BlockRef

func TestProcessor(t *testing.T) {
ctx := context.Background()
// create a span for the request, because the processer annotates the span
// with the blocks that have been processed
sp, ctx := opentracing.StartSpanFromContext(ctx, "TestProcessor")
t.Cleanup(sp.Finish)

Expand Down

0 comments on commit 86674b0

Please sign in to comment.