From 1db9a162da6c53709e7b6c53e855d57afa4efbaf Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Thu, 31 Jan 2019 16:20:38 +0100 Subject: all: go fmt The import path changes changed the order of imports, but no `go fmt` was run before the commit. Oops... --- compiler/calls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/calls.go') diff --git a/compiler/calls.go b/compiler/calls.go index 0fefdece3..2ac293ba1 100644 --- a/compiler/calls.go +++ b/compiler/calls.go @@ -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: -- cgit v1.2.3