From 82e92e7024b24cfc5644d9fae977607a0230a0a2 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 21 Sep 2014 09:42:48 -0700 Subject: [PATCH] command: fmt --- command/refresh_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/refresh_test.go b/command/refresh_test.go index 1281f4c18..6ff99f9f1 100644 --- a/command/refresh_test.go +++ b/command/refresh_test.go @@ -5,8 +5,8 @@ import ( "os" "path/filepath" "reflect" - "testing" "strings" + "testing" "github.com/hashicorp/terraform/terraform" "github.com/mitchellh/cli"