From 7bdb0c96f86dc0160d0b101327ca40e22ff4158f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 31 Jul 2013 14:43:34 -0700 Subject: [PATCH] packer: fmt --- packer/ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/ui.go b/packer/ui.go index 3b21214b6..f19ebc04b 100644 --- a/packer/ui.go +++ b/packer/ui.go @@ -8,9 +8,9 @@ import ( "log" "os" "os/signal" + "runtime" "strings" "sync" - "runtime" "unicode" )