Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Aug 18, 2024
1 parent 5abc7dd commit 2e451a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ import (
"context"
"flag"
"fmt"
segmentwriter "github.com/grafana/pyroscope/pkg/experiment/ingester"
"net/http"
"strings"

segmentwriter "github.com/grafana/pyroscope/pkg/experiment/ingester"

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

0 comments on commit 2e451a2

Please sign in to comment.