Skip to content

Commit 4347565

Browse files
committed
fmt
1 parent a5bd88b commit 4347565

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

provider/workspace.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,10 @@ func workspaceDataSource() *schema.Resource {
151151
"If a valid token cannot be obtained, this value will be an empty string.",
152152
},
153153
"owner_groups": {
154-
Type: schema.TypeList,
155-
Elem: &schema.Schema{Type: schema.TypeString},
154+
Type: schema.TypeList,
155+
Elem: &schema.Schema{
156+
Type: schema.TypeString,
157+
},
156158
Computed: true,
157159
Description: "List of groups the workspace owner belongs to.",
158160
},

0 commit comments

Comments
 (0)