Skip to content

Commit 348544e

Browse files
committed
formatting
1 parent efad0ae commit 348544e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/provider/resource_tfe_oauth_client.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ func resourceTFEOAuthClient() *schema.Resource {
108108
false,
109109
),
110110
},
111-
112111
"oauth_token_id": {
113112
Type: schema.TypeString,
114113
Computed: true,
@@ -117,7 +116,7 @@ func resourceTFEOAuthClient() *schema.Resource {
117116
Type: schema.TypeString,
118117
Optional: true,
119118
Computed: true,
120-
},
119+
},
121120
"organization_scoped": {
122121
Type: schema.TypeBool,
123122
Optional: true,

0 commit comments

Comments
 (0)