Skip to content

Commit

Permalink
Apply make fmt
Browse files Browse the repository at this point in the history
Signed-off-by: radekg <radek@gruchalski.com>
  • Loading branch information
radekg committed Oct 2, 2019
1 parent 308d113 commit 2b8bb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/grpc/shared/grpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ import (
"time"

"github.com/pkg/errors"
"google.golang.org/grpc/metadata"

"github.com/jaegertracing/jaeger/model"
"github.com/jaegertracing/jaeger/proto-gen/storage_v1"
"github.com/jaegertracing/jaeger/storage/dependencystore"
"github.com/jaegertracing/jaeger/storage/spanstore"
"google.golang.org/grpc/metadata"
)

// grpcClient implements shared.StoragePlugin and reads/writes spans and dependencies
Expand Down

0 comments on commit 2b8bb78

Please sign in to comment.