Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Aug 19, 2024
1 parent b7d6a45 commit c39a524
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/phlaredb/symdb/symdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ package symdb
import (
"bytes"
"context"
phlareobj "github.com/grafana/pyroscope/pkg/objstore"
"github.com/grafana/pyroscope/pkg/objstore/providers/memory"
pprofth "github.com/grafana/pyroscope/pkg/pprof/testhelper"
"io"
"sort"
"sync/atomic"
"testing"
"time"

phlareobj "github.com/grafana/pyroscope/pkg/objstore"
"github.com/grafana/pyroscope/pkg/objstore/providers/memory"
pprofth "github.com/grafana/pyroscope/pkg/pprof/testhelper"

"github.com/cespare/xxhash/v2"
"github.com/stretchr/testify/require"
"github.com/thanos-io/objstore"
Expand Down

0 comments on commit c39a524

Please sign in to comment.