Skip to content

Commit 3589b98

Browse files
authored
trailing comma
1 parent 618739b commit 3589b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-codecommit/lib/repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ abstract class RepositoryBase extends Resource implements IRepository {
250250
return this.grant(grantee,
251251
'codecommit:EvaluatePullRequestApprovalRules',
252252
'codecommit:Get*',
253-
'codecommit:Describe*'
253+
'codecommit:Describe*',
254254
);
255255
}
256256
}

0 commit comments

Comments
 (0)