mirror of
https://github.com/golang/go
synced 2024-11-12 03:00:22 -07: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:
parent
567ee865f6
commit
cae68700cc
@ -8,8 +8,8 @@
|
||||
package atomic
|
||||
|
||||
import (
|
||||
"unsafe"
|
||||
"internal/cpu"
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user