1
0
mirror of https://github.com/golang/go synced 2024-09-24 15:20:16 -06:00

runtime: fix formatting

Fix up a gofmt complaint from CL 310591.

Change-Id: I73534ef064a4cfc53539e5e65a8653e2cd684c64
Reviewed-on: https://go-review.googlesource.com/c/go/+/324090
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
Keith Randall 2021-06-01 17:00:22 -07:00
parent 567ee865f6
commit cae68700cc

View File

@ -8,8 +8,8 @@
package atomic
import (
"unsafe"
"internal/cpu"
"unsafe"
)
const (