Skip to content

Commit 695faa0

Browse files
mhodgsontimofurrer
authored andcommitted
Fix other formatting errors
1 parent 05d3ce6 commit 695faa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/provider/access_level_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var validGroupSamlLinkAccessLevelNames = []string{
7070
"Reporter",
7171
"Developer",
7272
"Maintainer",
73-
"Owner"
73+
"Owner",
7474
}
7575

7676
var accessLevelNameToValue = map[string]gitlab.AccessLevelValue{

internal/provider/resource_gitlab_group_saml_link.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func resourceGitlabGroupSamlLinkRead(ctx context.Context, d *schema.ResourceData
104104
for _, samlLink := range samlLinks {
105105
if buildTwoPartID(&groupId, &samlLink.Name) == d.Id() {
106106
d.Set("group_id", groupId)
107-
d.Set("access_level", samlLink.AccessLevel])
107+
d.Set("access_level", samlLink.AccessLevel)
108108
d.Set("saml_group_name", samlLink.Name)
109109
found = true
110110
break

0 commit comments

Comments
 (0)