Skip to content

Commit 59a9b89

Browse files
committed
fix: Linter error
1 parent 93be416 commit 59a9b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cdk-pull-request-check/src/pull-request-check.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export class PullRequestCheck extends Construct {
144144
securityGroups,
145145
allowAllOutbound,
146146
environmentVariables,
147-
artifacts
147+
artifacts,
148148
} = props;
149149

150150
this.pullRequestProject = new Project(this, 'PullRequestProject', {
@@ -164,7 +164,7 @@ export class PullRequestCheck extends Construct {
164164
subnetSelection,
165165
securityGroups,
166166
allowAllOutbound,
167-
artifacts
167+
artifacts,
168168
});
169169

170170
if (updateApprovalState || postComment) {

0 commit comments

Comments
 (0)