From c139aa3b716d30122811489b03b0c9300827cb72 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 4 Sep 2014 17:07:21 -0700 Subject: [PATCH] builder/docker: style --- builder/docker/communicator.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/builder/docker/communicator.go b/builder/docker/communicator.go index 649a135f5..3da0fd7f7 100644 --- a/builder/docker/communicator.go +++ b/builder/docker/communicator.go @@ -3,8 +3,6 @@ package docker import ( "bytes" "fmt" - "github.com/ActiveState/tail" - "github.com/mitchellh/packer/packer" "io" "io/ioutil" "log" @@ -15,6 +13,9 @@ import ( "sync" "syscall" "time" + + "github.com/ActiveState/tail" + "github.com/mitchellh/packer/packer" ) type Communicator struct {