Skip to content

Commit 9d33fd3

Browse files
committed
make fmt
1 parent 27c437c commit 9d33fd3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/ingester/otlp/ingest_handler.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ package otlp
33
import (
44
"context"
55
"fmt"
6-
"github.com/grafana/pyroscope/pkg/model"
7-
model2 "github.com/prometheus/common/model"
86
"net/http"
97
"strings"
108

9+
model2 "github.com/prometheus/common/model"
10+
11+
"github.com/grafana/pyroscope/pkg/model"
12+
1113
"connectrpc.com/connect"
1214
"github.com/go-kit/log"
1315
"github.com/go-kit/log/level"

0 commit comments

Comments
 (0)