Skip to content

Commit e7a1160

Browse files
code formatting (#5)
1 parent 3acb5e0 commit e7a1160

File tree

54 files changed

+54
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+54
-54
lines changed

cloudstack/data_source_cloudstack_template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import (
2626
"regexp"
2727
"time"
2828

29-
"github.com/hashicorp/terraform/helper/schema"
3029
"github.com/apache/cloudstack-go/v2/cloudstack"
30+
"github.com/hashicorp/terraform/helper/schema"
3131
)
3232

3333
func dataSourceCloudstackTemplate() *schema.Resource {

cloudstack/metadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ package cloudstack
2222
import (
2323
"log"
2424

25-
"github.com/hashicorp/terraform/helper/schema"
2625
"github.com/apache/cloudstack-go/v2/cloudstack"
26+
"github.com/hashicorp/terraform/helper/schema"
2727
)
2828

2929
// metadataSchema returns the schema to use for metadata

cloudstack/resource_cloudstack_affinity_group.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import (
2424
"log"
2525
"strings"
2626

27-
"github.com/hashicorp/terraform/helper/schema"
2827
"github.com/apache/cloudstack-go/v2/cloudstack"
28+
"github.com/hashicorp/terraform/helper/schema"
2929
)
3030

3131
func resourceCloudStackAffinityGroup() *schema.Resource {

cloudstack/resource_cloudstack_affinity_group_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ import (
2323
"fmt"
2424
"testing"
2525

26+
"github.com/apache/cloudstack-go/v2/cloudstack"
2627
"github.com/hashicorp/terraform/helper/resource"
2728
"github.com/hashicorp/terraform/terraform"
28-
"github.com/apache/cloudstack-go/v2/cloudstack"
2929
)
3030

3131
func TestAccCloudStackAffinityGroup_basic(t *testing.T) {

cloudstack/resource_cloudstack_autoscale_vm_profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import (
2626
"strings"
2727
"time"
2828

29-
"github.com/hashicorp/terraform/helper/schema"
3029
"github.com/apache/cloudstack-go/v2/cloudstack"
30+
"github.com/hashicorp/terraform/helper/schema"
3131
)
3232

3333
func resourceCloudStackAutoScaleVMProfile() *schema.Resource {

cloudstack/resource_cloudstack_autoscale_vm_profile_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ import (
2323
"fmt"
2424
"testing"
2525

26+
"github.com/apache/cloudstack-go/v2/cloudstack"
2627
"github.com/hashicorp/terraform/helper/resource"
2728
"github.com/hashicorp/terraform/terraform"
28-
"github.com/apache/cloudstack-go/v2/cloudstack"
2929
)
3030

3131
func TestAccCloudStackAutoscaleVMProfile_basic(t *testing.T) {

cloudstack/resource_cloudstack_disk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323
"fmt"
2424
"strings"
2525

26-
"github.com/hashicorp/terraform/helper/schema"
2726
"github.com/apache/cloudstack-go/v2/cloudstack"
27+
"github.com/hashicorp/terraform/helper/schema"
2828
)
2929

3030
func resourceCloudStackDisk() *schema.Resource {

cloudstack/resource_cloudstack_disk_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ import (
2323
"fmt"
2424
"testing"
2525

26+
"github.com/apache/cloudstack-go/v2/cloudstack"
2627
"github.com/hashicorp/terraform/helper/resource"
2728
"github.com/hashicorp/terraform/terraform"
28-
"github.com/apache/cloudstack-go/v2/cloudstack"
2929
)
3030

3131
func TestAccCloudStackDisk_basic(t *testing.T) {

cloudstack/resource_cloudstack_egress_firewall.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ import (
2626
"sync"
2727
"time"
2828

29+
"github.com/apache/cloudstack-go/v2/cloudstack"
2930
"github.com/hashicorp/go-multierror"
3031
"github.com/hashicorp/terraform/helper/schema"
31-
"github.com/apache/cloudstack-go/v2/cloudstack"
3232
)
3333

3434
func resourceCloudStackEgressFirewall() *schema.Resource {

cloudstack/resource_cloudstack_egress_firewall_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ import (
2424
"strings"
2525
"testing"
2626

27+
"github.com/apache/cloudstack-go/v2/cloudstack"
2728
"github.com/hashicorp/terraform/helper/resource"
2829
"github.com/hashicorp/terraform/terraform"
29-
"github.com/apache/cloudstack-go/v2/cloudstack"
3030
)
3131

3232
func TestAccCloudStackEgressFirewall_basic(t *testing.T) {

0 commit comments

Comments
 (0)