mirror of https://github.com/golang/go.git
crypto/tls: gofmt
Commit fa3543e introduced formatting errors.
Change-Id: I4b921f391a9b463cefca4318ad63b70ae6ce6865
Reviewed-on: https://go-review.googlesource.com/23514
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
This commit is contained in:
parent
e149624ebb
commit
496cf215cf
|
|
@ -617,7 +617,6 @@ func latency(b *testing.B, bps int, dynamicRecordSizingDisabled bool) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
func BenchmarkLatency(b *testing.B) {
|
||||
for _, mode := range []string{"Max", "Dynamic"} {
|
||||
for _, kbps := range []int{200, 500, 1000, 2000, 5000} {
|
||||
|
|
|
|||
Loading…
Reference in New Issue