mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-28 02:29:58 -05:00
Gofmt change for resource docker_image test
This commit is contained in:
parent
4bb21500a9
commit
f229be7a60
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue