Skip to content

Commit

Permalink
goimport
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Nov 28, 2024
1 parent d94ce5e commit b1a6a3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions receiver/chstatsreceiver/receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import (
"bytes"
"context"
"fmt"
"go.opentelemetry.io/collector/pdata/plog"
"golang.org/x/sync/errgroup"
"text/template"
"time"

"go.opentelemetry.io/collector/pdata/plog"
"golang.org/x/sync/errgroup"

"github.com/ClickHouse/clickhouse-go/v2"
"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/consumer"
Expand Down

0 comments on commit b1a6a3c

Please sign in to comment.