mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +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
@@ -14,9 +14,9 @@ package compiler
|
||||
// frames.
|
||||
|
||||
import (
|
||||
"tinygo.org/x/go-llvm"
|
||||
"github.com/aykevl/tinygo/ir"
|
||||
"golang.org/x/tools/go/ssa"
|
||||
"tinygo.org/x/go-llvm"
|
||||
)
|
||||
|
||||
// deferInitFunc sets up this function for future deferred calls. It must be
|
||||
|
||||
Reference in New Issue
Block a user