From 5343bc42a0c556e4597558bc50692c9d7eedd0d0 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" )