mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 16:33:40 +00:00
all: go fmt
The import path changes changed the order of imports, but no `go fmt` was run before the commit. Oops...
This commit is contained in:
+1
-1
@@ -1,8 +1,8 @@
|
||||
package compiler
|
||||
|
||||
import (
|
||||
"tinygo.org/x/go-llvm"
|
||||
"golang.org/x/tools/go/ssa"
|
||||
"tinygo.org/x/go-llvm"
|
||||
)
|
||||
|
||||
// For a description of the calling convention in prose, see:
|
||||
|
||||
Reference in New Issue
Block a user