Skip to content

Commit

Permalink
trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jogold authored Mar 26, 2020
1 parent 618739b commit 3589b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codecommit/lib/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ abstract class RepositoryBase extends Resource implements IRepository {
return this.grant(grantee,
'codecommit:EvaluatePullRequestApprovalRules',
'codecommit:Get*',
'codecommit:Describe*'
'codecommit:Describe*',
);
}
}
Expand Down

0 comments on commit 3589b98

Please sign in to comment.