Skip to content

Commit b8ca6e5

Browse files
committed
all: gofmt
Change-Id: Icfafcfb62a389d9fd2e7a4d17809486ed91f15c3 Reviewed-on: https://go-review.googlesource.com/c/go/+/338629 Trust: Josh Bleecher Snyder <[email protected]> Run-TryBot: Josh Bleecher Snyder <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent b7a85e0 commit b8ca6e5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/crypto/ed25519/internal/edwards25519/field/fe_amd64.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/runtime/export_debug_regabiargs_off_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build amd64 && linux && !goexperiment.regabiargs
6-
// +build amd64,linux
7-
// +build !goexperiment.regabiargs
6+
// +build amd64,linux,!goexperiment.regabiargs
87

98
package runtime
109

src/runtime/export_debug_regabiargs_on_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build amd64 && linux && goexperiment.regabiargs
6-
// +build amd64,linux
7-
// +build goexperiment.regabiargs
6+
// +build amd64,linux,goexperiment.regabiargs
87

98
package runtime
109

0 commit comments

Comments
 (0)