used gofmt with -s flag on whole project

This commit is contained in:
tegk 2019-11-01 15:07:53 +00:00 committed by Vasiliy Tolstov
parent cb8ba30ac5
commit b18c0c8bb4

View File

@ -42,7 +42,7 @@ func TestGRPCClient(t *testing.T) {
Name: "helloworld",
Version: "test",
Nodes: []*registry.Node{
&registry.Node{
{
Id: "test-1",
Address: l.Addr().String(),
},