Skip to content

Commit 0d95cba

Browse files
committed
Revert "chore: make fmt"
This reverts commit 81515b1.
1 parent 81515b1 commit 0d95cba

14 files changed

+15
-29
lines changed

tencentcloud/resource_tc_cfs_auto_snapshot_policy.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ package tencentcloud
2525
import (
2626
"context"
2727
"fmt"
28-
"log"
29-
3028
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
3129
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
3230
cfs "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cfs/v20190719"
3331
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
32+
"log"
3433
)
3534

3635
func resourceTencentCloudCfsAutoSnapshotPolicy() *schema.Resource {

tencentcloud/resource_tc_cfs_auto_snapshot_policy_attachment.go

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

3534
func resourceTencentCloudCfsAutoSnapshotPolicyAttachment() *schema.Resource {

tencentcloud/resource_tc_cfs_auto_snapshot_policy_attachment_test.go

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

33
import (
4-
"testing"
5-
64
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
5+
"testing"
76
)
87

98
func TestAccTencentCloudCfsAutoSnapshotPolicyAttachmentResource_basic(t *testing.T) {

tencentcloud/resource_tc_cfs_auto_snapshot_policy_test.go

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

33
import (
4-
"testing"
5-
64
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
5+
"testing"
76
)
87

98
func TestAccTencentCloudCfsAutoSnapshotPolicyResource_basic(t *testing.T) {

tencentcloud/resource_tc_ci_media_animation_template_test.go

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

33
import (
4-
"testing"
5-
64
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
5+
"testing"
76
)
87

98
func TestAccTencentCloudCiMediaAnimationTemplateResource_basic(t *testing.T) {

tencentcloud/resource_tc_ci_media_concat_template_test.go

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

33
import (
4-
"testing"
5-
64
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
5+
"testing"
76
)
87

98
func TestAccTencentCloudCiMediaConcatTemplateResource_basic(t *testing.T) {

tencentcloud/resource_tc_ci_media_pic_process_template_test.go

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

33
import (
4-
"testing"
5-
64
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
5+
"testing"
76
)
87

98
func TestAccTencentCloudCiMediaPicProcessTemplateResource_basic(t *testing.T) {

tencentcloud/resource_tc_ci_media_speech_recognition_template_test.go

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

33
import (
4-
"testing"
5-
64
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
5+
"testing"
76
)
87

98
func TestAccTencentCloudCiMediaSpeechRecognitionTemplateResource_basic(t *testing.T) {

tencentcloud/resource_tc_ci_media_super_resolution_template_test.go

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

33
import (
4-
"testing"
5-
64
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
5+
"testing"
76
)
87

98
func TestAccTencentCloudCiMediaSuperResolutionTemplateResource_basic(t *testing.T) {

tencentcloud/resource_tc_ci_media_transcode_pro_template_test.go

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

33
import (
4-
"testing"
5-
64
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
5+
"testing"
76
)
87

98
func TestAccTencentCloudCiMediaTranscodeProTemplateResource_basic(t *testing.T) {

0 commit comments

Comments
 (0)