Skip to content

Commit

Permalink
Merge pull request hashicorp#3447 from stack72/docker-gofmt
Browse files Browse the repository at this point in the history
provider/docker: Gofmt change for resource docker_image test
  • Loading branch information
catsby committed Oct 8, 2015
2 parents 1ed316c + 4cf9c64 commit 4637a34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builtin/providers/docker/resource_docker_image_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package docker

import (
"github.com/hashicorp/terraform/helper/resource"
"testing"

"github.com/hashicorp/terraform/helper/resource"
)

func TestAccDockerImage_basic(t *testing.T) {
Expand Down

0 comments on commit 4637a34

Please sign in to comment.