mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +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:
@@ -9,9 +9,9 @@ import (
|
||||
"go/token"
|
||||
"go/types"
|
||||
|
||||
"tinygo.org/x/go-llvm"
|
||||
"github.com/aykevl/tinygo/ir"
|
||||
"golang.org/x/tools/go/ssa"
|
||||
"tinygo.org/x/go-llvm"
|
||||
)
|
||||
|
||||
// parseMakeInterface emits the LLVM IR for the *ssa.MakeInterface instruction.
|
||||
|
||||
Reference in New Issue
Block a user