Skip to content

Commit 81515b1

Browse files
committed
chore: make fmt
1 parent 7d4f97e commit 81515b1

14 files changed

+29
-15
lines changed

tencentcloud/resource_tc_cfs_auto_snapshot_policy.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ package tencentcloud
2525
import (
2626
"context"
2727
"fmt"
28+
"log"
29+
2830
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
2931
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
3032
cfs "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cfs/v20190719"
3133
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
32-
"log"
3334
)
3435

3536
func resourceTencentCloudCfsAutoSnapshotPolicy() *schema.Resource {

tencentcloud/resource_tc_cfs_auto_snapshot_policy_attachment.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ package tencentcloud
2323
import (
2424
"context"
2525
"fmt"
26+
"log"
27+
"strings"
28+
2629
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
2730
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
2831
cfs "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cfs/v20190719"
2932
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
30-
"log"
31-
"strings"
3233
)
3334

3435
func resourceTencentCloudCfsAutoSnapshotPolicyAttachment() *schema.Resource {

tencentcloud/resource_tc_cfs_auto_snapshot_policy_attachment_test.go

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

33
import (
4-
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
54
"testing"
5+
6+
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
67
)
78

89
func TestAccTencentCloudCfsAutoSnapshotPolicyAttachmentResource_basic(t *testing.T) {

tencentcloud/resource_tc_cfs_auto_snapshot_policy_test.go

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

33
import (
4-
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
54
"testing"
5+
6+
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
67
)
78

89
func TestAccTencentCloudCfsAutoSnapshotPolicyResource_basic(t *testing.T) {

tencentcloud/resource_tc_ci_media_animation_template_test.go

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

33
import (
4-
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
54
"testing"
5+
6+
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
67
)
78

89
func TestAccTencentCloudCiMediaAnimationTemplateResource_basic(t *testing.T) {

tencentcloud/resource_tc_ci_media_concat_template_test.go

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

33
import (
4-
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
54
"testing"
5+
6+
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
67
)
78

89
func TestAccTencentCloudCiMediaConcatTemplateResource_basic(t *testing.T) {

tencentcloud/resource_tc_ci_media_pic_process_template_test.go

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

33
import (
4-
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
54
"testing"
5+
6+
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
67
)
78

89
func TestAccTencentCloudCiMediaPicProcessTemplateResource_basic(t *testing.T) {

tencentcloud/resource_tc_ci_media_speech_recognition_template_test.go

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

33
import (
4-
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
54
"testing"
5+
6+
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
67
)
78

89
func TestAccTencentCloudCiMediaSpeechRecognitionTemplateResource_basic(t *testing.T) {

tencentcloud/resource_tc_ci_media_super_resolution_template_test.go

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

33
import (
4-
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
54
"testing"
5+
6+
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
67
)
78

89
func TestAccTencentCloudCiMediaSuperResolutionTemplateResource_basic(t *testing.T) {

tencentcloud/resource_tc_ci_media_transcode_pro_template_test.go

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

33
import (
4-
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
54
"testing"
5+
6+
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
67
)
78

89
func TestAccTencentCloudCiMediaTranscodeProTemplateResource_basic(t *testing.T) {

0 commit comments

Comments
 (0)