mirror of
https://github.com/golang/go.git
synced 2026-01-31 08:02:06 +03: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:
@@ -8,8 +8,8 @@
|
||||
package atomic
|
||||
|
||||
import (
|
||||
"unsafe"
|
||||
"internal/cpu"
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user