Skip to content

Commit 8f45fc8

Browse files
committed
Fix whitespace errors and update editorconfig to match requirements.
1 parent 8fb1c44 commit 8f45fc8

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ root = true
44
end_of_line = lf
55
charset = utf-8
66
trim_trailing_whitespace = true
7-
insert_final_newline = false
7+
insert_final_newline = true
88

99
[*.go]
1010
indent_style = tab
11-
tab_width = 4
11+
tab_width = 4

pkg/investigations/ccam/ccam.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ func customerRemovedPermissions(backplaneError string) bool {
107107
}
108108

109109
return false
110-
}
110+
}

pkg/investigations/ccam/ccam_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ func TestCustomerRemovedPermissions(t *testing.T) {
7272
}
7373
})
7474
}
75-
}
75+
}

pkg/investigations/chgm/chgm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,4 +616,4 @@ var _ = Describe("chgm", func() {
616616
})
617617
})
618618
})
619-
})
619+
})

pkg/investigations/clustermonitoringerrorbudgetburn/clustermonitoringerrorbudgetburn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ func isUWMConfigInvalid(monitoringCo *configv1.ClusterOperator) bool {
7979
}
8080
}
8181
return false
82-
}
82+
}

pkg/investigations/cpd/cpd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ func isSubnetRouteValid(awsClient aws.Client, subnetID string) (bool, error) {
133133

134134
// We haven't found a default route to the internet, so this subnet has an invalid route table
135135
return false, nil
136-
}
136+
}

pkg/investigations/investigation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ type Resources struct {
4141
OcmClient ocm.Client
4242
PdClient pagerduty.Client
4343
AdditionalResources map[string]interface{}
44-
}
44+
}

0 commit comments

Comments
 (0)