Skip to content

Commit 1376f00

Browse files
go frmt
Signed-off-by: Said Altury <Said.Altury@ibm.com>
1 parent 992a335 commit 1376f00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integration/benchmark/grpc/grpc_bench_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ func BenchmarkGRPCSingleConnectionECDSA(b *testing.B) {
8181
func BenchmarkGRPCMultiConnectionECDSA(b *testing.B) {
8282
srvEndpoint := setupServer(b, "ecdsa")
8383
b.ResetTimer()
84-
8584
b.RunParallel(func(pb *testing.PB) {
8685
cli, closeF := setupClient(b, srvEndpoint)
8786
defer closeF()

0 commit comments

Comments
 (0)