Skip to content

Commit

Permalink
cmd/bench: go fmt
Browse files Browse the repository at this point in the history
Change-Id: I8b846ce7976429a51f45117cea13a06d6ac28ba7
Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/377274
Trust: Michael Pratt <[email protected]>
Run-TryBot: Michael Pratt <[email protected]>
Reviewed-by: Michael Knyszek <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
  • Loading branch information
prattmic committed Jan 10, 2022
1 parent 06e21e2 commit e013d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bench/gotest.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func goTest(goroot string) error {
}
}
if needGOROOT {
env = append(env, "GOROOT=" + goroot)
env = append(env, "GOROOT="+goroot)
}
cmd.Env = env

Expand Down

0 comments on commit e013d12

Please sign in to comment.