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
@@ -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.