Merge pull request #3447 from stack72/docker-gofmt

provider/docker: Gofmt change for resource docker_image test
This commit is contained in:
Clint 2015-10-08 05:56:59 -05:00
commit 4637a34825
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
package docker package docker
import ( import (
"github.com/hashicorp/terraform/helper/resource"
"testing" "testing"
"github.com/hashicorp/terraform/helper/resource"
) )
func TestAccDockerImage_basic(t *testing.T) { func TestAccDockerImage_basic(t *testing.T) {