From 6669248291e4f032db377701bc9bf43427482806 Mon Sep 17 00:00:00 2001 From: Asim Date: Mon, 6 Jun 2016 23:37:07 +0100 Subject: [PATCH] gofmt --- client/mock/mock.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mock/mock.go b/client/mock/mock.go index 337df041..63365bde 100644 --- a/client/mock/mock.go +++ b/client/mock/mock.go @@ -123,7 +123,7 @@ func (m *MockClient) CallRemote(ctx context.Context, addr string, req client.Req } v.Set(reflect.ValueOf(r.Response)) - + return nil }