From 4e81d534c2f2c87ebdfeafb1f8338b17ffdfc708 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Mon, 26 Jul 2021 16:22:34 -0700 Subject: Fix formatting via make fmt --- internal/handler/exec.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/handler') diff --git a/internal/handler/exec.go b/internal/handler/exec.go index 89856f7..27031b1 100644 --- a/internal/handler/exec.go +++ b/internal/handler/exec.go @@ -18,10 +18,10 @@ import ( gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth" "gitlab.com/gitlab-org/gitaly/v14/client" pb "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb" - grpccorrelation "gitlab.com/gitlab-org/labkit/correlation/grpc" - grpctracing "gitlab.com/gitlab-org/labkit/tracing/grpc" "gitlab.com/gitlab-org/labkit/correlation" + grpccorrelation "gitlab.com/gitlab-org/labkit/correlation/grpc" "gitlab.com/gitlab-org/labkit/log" + grpctracing "gitlab.com/gitlab-org/labkit/tracing/grpc" ) // GitalyHandlerFunc implementations are responsible for making -- cgit v1.2.1