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:
authorJacob Vosmaer <jacob@gitlab.com>2019-10-16 17:54:40 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-10-16 17:54:40 +0300
commit31c6e181db1bb1d6d50124dcb8abfae6fb7a8d6e (patch)
tree2a6e178b468fb68b7dac279f1aec6859fbd80d9f /client
parent427e0f5aa924bc310173a19cdda5b52b94b38283 (diff)
Add go brace whitespace formatter
Diffstat (limited to 'client')
-rw-r--r--client/dial.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/dial.go b/client/dial.go
index 13518882e..81dea7d5b 100644
--- a/client/dial.go
+++ b/client/dial.go
@@ -76,7 +76,6 @@ func Dial(rawAddress string, connOpts []grpc.DialOption) (*grpc.ClientConn, erro
PermitWithoutStream: true,
}),
)
-
}
conn, err := grpc.Dial(canonicalAddress, connOpts...)