Skip to content

Commit 619b85c

Browse files
committed
remove newline
1 parent e3e3b22 commit 619b85c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/connector/projects.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ func (o *projectBuilder) Grants(ctx context.Context, resource *v2.Resource, pTok
122122
}
123123

124124
for _, user := range users {
125-
126125
entitlementId := fmt.Sprintf("group:%s:%s", groupId.Resource, client.AccessLevelValue(user.AccessLevel).String())
127126
principalId, err := resourceSdk.NewResourceID(userResourceType, user.ID)
128127
if err != nil {

0 commit comments

Comments
 (0)