Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Dec 19, 2024
1 parent f718fd3 commit 85b241c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/ingester/otlp/ingest_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ package otlp
import (
"context"
"fmt"
"github.com/grafana/pyroscope/pkg/model"
model2 "github.com/prometheus/common/model"
"net/http"
"strings"

model2 "github.com/prometheus/common/model"

"github.com/grafana/pyroscope/pkg/model"

"connectrpc.com/connect"
"github.com/go-kit/log"
"github.com/go-kit/log/level"
Expand Down

0 comments on commit 85b241c

Please sign in to comment.