Skip to content

Commit e3be469

Browse files
committed
Apply format in the code base
1 parent 88008e3 commit e3be469

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

github/resource_github_organization_ruleset.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ func resourceGithubOrganizationRuleset() *schema.Resource {
130130
Description: "The repository properties and values to include. All of these properties must match for the condition to pass.",
131131
Elem: &schema.Resource{
132132
Schema: map[string]*schema.Schema{
133-
134133
"name": {
135134
Type: schema.TypeString,
136135
Required: true,
@@ -159,7 +158,6 @@ func resourceGithubOrganizationRuleset() *schema.Resource {
159158
Description: "The repository properties and values to exclude. The condition will not pass if any of these properties match.",
160159
Elem: &schema.Resource{
161160
Schema: map[string]*schema.Schema{
162-
163161
"name": {
164162
Type: schema.TypeString,
165163
Required: true,

0 commit comments

Comments
 (0)