Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
  • Loading branch information
coleenquadros committed Sep 30, 2023
1 parent 839c41e commit bd03fa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ package grpctesting
import (
"context"
"flag"
"google.golang.org/grpc/credentials/insecure"
"net"
"path"
"runtime"
Expand All @@ -17,6 +16,7 @@ import (
"github.com/stretchr/testify/suite"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/credentials/insecure"

"github.com/thanos-io/thanos/pkg/tracing/tracing_middleware/grpctesting/testpb"
)
Expand Down

0 comments on commit bd03fa1

Please sign in to comment.