Commit 4bf6249b authored by Eric Roshan-Eisner's avatar Eric Roshan-Eisner Committed by Rob Pike

testing: remove redundant whitespace in output

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6565061
parent 8fdc90ac
...@@ -256,7 +256,7 @@ func (r BenchmarkResult) String() string { ...@@ -256,7 +256,7 @@ func (r BenchmarkResult) String() string {
} }
func (r BenchmarkResult) MemString() string { func (r BenchmarkResult) MemString() string {
return fmt.Sprintf("\t%8d B/op\t%8d allocs/op", return fmt.Sprintf("%8d B/op\t%8d allocs/op",
r.AllocedBytesPerOp(), r.AllocsPerOp()) r.AllocedBytesPerOp(), r.AllocsPerOp())
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment