]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix formatting
authorKeith Randall <khr@golang.org>
Wed, 2 Jun 2021 00:00:22 +0000 (17:00 -0700)
committerKeith Randall <khr@golang.org>
Wed, 2 Jun 2021 00:20:16 +0000 (00:20 +0000)
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>

src/runtime/internal/atomic/atomic_arm64.go

index 3c8736997f4550caa0696470b4db8b494dc82707..dbb1796ec0941abc9820b53763f77b93565f088b 100644 (file)
@@ -8,8 +8,8 @@
 package atomic
 
 import (
-       "unsafe"
        "internal/cpu"
+       "unsafe"
 )
 
 const (