Skip to content

Commit b12d273

Browse files
authored
Merge pull request #419 from SumoLogic/aj-fixing-gofmt
SUMO-184022: Formatting code using gofmt.
2 parents 2e27866 + c7b8785 commit b12d273

22 files changed

+84
-80
lines changed

sumologic/resource_sumologic_connection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/hashicorp/terraform-plugin-sdk/terraform"
1010
)
1111

12-
//Testing create functionality for Connection resources
12+
// Testing create functionality for Connection resources
1313
func TestAccConnection_create(t *testing.T) {
1414
connectionType := "WebhookConnection"
1515
name := acctest.RandomWithPrefix("tf-connection-test-name")

sumologic/resource_sumologic_extraction_rule.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// ----------------------------------------------------------------------------
22
//
3-
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
3+
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
44
//
55
// ----------------------------------------------------------------------------
66
//
7-
// This file is automatically generated by Sumo Logic and manual
8-
// changes will be clobbered when the file is regenerated. Do not submit
9-
// changes to this file.
7+
// This file is automatically generated by Sumo Logic and manual
8+
// changes will be clobbered when the file is regenerated. Do not submit
9+
// changes to this file.
1010
//
1111
// ----------------------------------------------------------------------------\
1212
package sumologic

sumologic/resource_sumologic_extraction_rule_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// ----------------------------------------------------------------------------
22
//
3-
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
3+
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
44
//
55
// ----------------------------------------------------------------------------
66
//
7-
// This file is automatically generated by Sumo Logic and manual
8-
// changes will be clobbered when the file is regenerated. Do not submit
9-
// changes to this file.
7+
// This file is automatically generated by Sumo Logic and manual
8+
// changes will be clobbered when the file is regenerated. Do not submit
9+
// changes to this file.
1010
//
1111
// ----------------------------------------------------------------------------\
1212
package sumologic

sumologic/resource_sumologic_ingest_budget_v2.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// ----------------------------------------------------------------------------
22
//
3-
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
3+
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
44
//
55
// ----------------------------------------------------------------------------
66
//
7-
// This file is automatically generated by Sumo Logic and manual
8-
// changes will be clobbered when the file is regenerated. Do not submit
9-
// changes to this file.
7+
// This file is automatically generated by Sumo Logic and manual
8+
// changes will be clobbered when the file is regenerated. Do not submit
9+
// changes to this file.
1010
//
1111
// ----------------------------------------------------------------------------
1212
package sumologic

sumologic/resource_sumologic_ingest_budget_v2_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// ----------------------------------------------------------------------------
22
//
3-
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
3+
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
44
//
55
// ----------------------------------------------------------------------------
66
//
7-
// This file is automatically generated by Sumo Logic and manual
8-
// changes will be clobbered when the file is regenerated. Do not submit
9-
// changes to this file.
7+
// This file is automatically generated by Sumo Logic and manual
8+
// changes will be clobbered when the file is regenerated. Do not submit
9+
// changes to this file.
1010
//
1111
// ----------------------------------------------------------------------------
1212
package sumologic

sumologic/resource_sumologic_lookup_table.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// ----------------------------------------------------------------------------
22
//
3-
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
3+
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
44
//
55
// ----------------------------------------------------------------------------
66
//
7-
// This file is automatically generated by Sumo Logic and manual
8-
// changes will be clobbered when the file is regenerated. Do not submit
9-
// changes to this file.
7+
// This file is automatically generated by Sumo Logic and manual
8+
// changes will be clobbered when the file is regenerated. Do not submit
9+
// changes to this file.
1010
//
1111
// ----------------------------------------------------------------------------
1212
package sumologic

sumologic/resource_sumologic_lookup_table_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// ----------------------------------------------------------------------------
22
//
3-
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
3+
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
44
//
55
// ----------------------------------------------------------------------------
66
//
7-
// This file is automatically generated by Sumo Logic and manual
8-
// changes will be clobbered when the file is regenerated. Do not submit
9-
// changes to this file.
7+
// This file is automatically generated by Sumo Logic and manual
8+
// changes will be clobbered when the file is regenerated. Do not submit
9+
// changes to this file.
1010
//
1111
// ----------------------------------------------------------------------------
1212
package sumologic

sumologic/resource_sumologic_monitors_library_monitor.go

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,11 +1448,15 @@ func (condition *TriggerCondition) readFrom(block map[string]interface{}) {
14481448
// Clones the TriggerCondition with fields from nested blocks.
14491449
// Expects the following nested block structure:
14501450
// +-critical
1451-
// +-alert
1452-
// +-resolution
1451+
//
1452+
// +-alert
1453+
// +-resolution
1454+
//
14531455
// +-warning
1454-
// +-alert
1455-
// +-resolution
1456+
//
1457+
// +-alert
1458+
// +-resolution
1459+
//
14561460
// Adds any 'flat' fields appear at a level to the trigger condition, as per the mapping defined in [[readFrom]].
14571461
func (base TriggerCondition) cloneReadingFromNestedBlocks(block map[string]interface{}) []TriggerCondition {
14581462
var conditions = []TriggerCondition{}

sumologic/resource_sumologic_role.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// ----------------------------------------------------------------------------
22
//
3-
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
3+
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
44
//
55
// ----------------------------------------------------------------------------
66
//
7-
// This file is automatically generated by Sumo Logic and manual
8-
// changes will be clobbered when the file is regenerated. Do not submit
9-
// changes to this file.
7+
// This file is automatically generated by Sumo Logic and manual
8+
// changes will be clobbered when the file is regenerated. Do not submit
9+
// changes to this file.
1010
//
1111
// ----------------------------------------------------------------------------\
1212
package sumologic

sumologic/resource_sumologic_role_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// ----------------------------------------------------------------------------
22
//
3-
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
3+
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
44
//
55
// ----------------------------------------------------------------------------
66
//
7-
// This file is automatically generated by Sumo Logic and manual
8-
// changes will be clobbered when the file is regenerated. Do not submit
9-
// changes to this file.
7+
// This file is automatically generated by Sumo Logic and manual
8+
// changes will be clobbered when the file is regenerated. Do not submit
9+
// changes to this file.
1010
//
1111
// ----------------------------------------------------------------------------\
1212
package sumologic

0 commit comments

Comments
 (0)