From 2b8bb78b734a441c0938d26f8f452c39433ef1eb Mon Sep 17 00:00:00 2001 From: radekg Date: Wed, 2 Oct 2019 12:04:10 +0200 Subject: [PATCH] Apply make fmt Signed-off-by: radekg --- plugin/storage/grpc/shared/grpc_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/storage/grpc/shared/grpc_client.go b/plugin/storage/grpc/shared/grpc_client.go index 63fa498f535..4c715f2ea8a 100644 --- a/plugin/storage/grpc/shared/grpc_client.go +++ b/plugin/storage/grpc/shared/grpc_client.go @@ -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