Skip to content

Commit 887f66b

Browse files
sort import
1 parent 5df4824 commit 887f66b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

gitlab/resource_gitlab_project_cluster.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ package gitlab
22

33
import (
44
"fmt"
5+
"log"
6+
"strconv"
7+
58
"github.com/hashicorp/terraform/helper/schema"
69
"github.com/hashicorp/terraform/helper/validation"
710
"github.com/xanzy/go-gitlab"
8-
"log"
9-
"strconv"
1011
)
1112

1213
func resourceGitlabProjectCluster() *schema.Resource {

gitlab/resource_gitlab_project_cluster_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ package gitlab
22

33
import (
44
"fmt"
5+
"testing"
6+
57
"github.com/hashicorp/terraform/helper/acctest"
68
"github.com/hashicorp/terraform/helper/resource"
79
"github.com/hashicorp/terraform/terraform"
810
"github.com/xanzy/go-gitlab"
9-
"testing"
1011
)
1112

1213
func TestAccGitlabProjectCluster_basic(t *testing.T) {

0 commit comments

Comments
 (0)