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:
Ayke van Laethem
2019-01-31 16:20:38 +01:00
parent 19b4476cbb
commit 1db9a162da
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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