Skip to content

Commit 77c2a67

Browse files
sivcharigopherbot
authored andcommitted
benchmark/parse: fix format
The format of the parse_test.go file was not consistent. This commit fixes the format of the file. Change-Id: I5ee8d5ae77b9830f58f15d83e724875367e894bd Reviewed-on: https://go-review.googlesource.com/c/tools/+/566376 Reviewed-by: Robert Findley <[email protected]> Auto-Submit: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Carlos Amedee <[email protected]>
1 parent c1f340a commit 77c2a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/parse/parse_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ func TestParseLine(t *testing.T) {
5959
// error handling cases
6060
{
6161
line: "BenchPress 100 19.6 ns/op", // non-benchmark
62-
err: true,
62+
err: true,
6363
},
6464
{
6565
line: "BenchmarkEncrypt lots 19.6 ns/op", // non-int iterations
66-
err: true,
66+
err: true,
6767
},
6868
{
6969
line: "BenchmarkBridge 100000000 19.6 smoots", // unknown unit

0 commit comments

Comments
 (0)