Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-08-31 08:53:45 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-08-31 08:53:45 +0300
commitda12f147d256dadc5da02ef039aa83c6e13ab2ac (patch)
tree82c5886ad32e3e20bf3fe104df3a182fb4908e1e /client
parent1fd682939f5b2697e80dbe70cca057887ec2077d (diff)
global: Reformat sources with gofumpt
Reformat sources with gofumpt.
Diffstat (limited to 'client')
-rw-r--r--client/dial_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/dial_test.go b/client/dial_test.go
index e1b2de2ce..5e448c78d 100644
--- a/client/dial_test.go
+++ b/client/dial_test.go
@@ -414,8 +414,7 @@ func TestDial_Tracing(t *testing.T) {
}
// healthServer provide a basic GRPC health service endpoint for testing purposes
-type healthServer struct {
-}
+type healthServer struct{}
func (*healthServer) Check(context.Context, *healthpb.HealthCheckRequest) (*healthpb.HealthCheckResponse, error) {
return &healthpb.HealthCheckResponse{Status: healthpb.HealthCheckResponse_SERVING}, nil