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/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/channel.go') diff --git a/compiler/channel.go b/compiler/channel.go index 648bef200..05973ecbf 100644 --- a/compiler/channel.go +++ b/compiler/channel.go @@ -6,8 +6,8 @@ package compiler import ( "go/types" - "tinygo.org/x/go-llvm" "golang.org/x/tools/go/ssa" + "tinygo.org/x/go-llvm" ) // emitMakeChan returns a new channel value for the given channel type. -- cgit v1.2.3