Merge pull request #3447 from stack72/docker-gofmt
provider/docker: Gofmt change for resource docker_image test
This commit is contained in:
commit
4637a34825
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue