Skip to content

Commit 4c261f2

Browse files
committed
chore: lint
1 parent acc8649 commit 4c261f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/pr_checker.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ describe('PRChecker', () => {
21622162
};
21632163

21642164
const checker = new PRChecker(cli, {
2165-
pr: { ...semverMajorPR, timelineItems: {updatedAt: new Date().toISOString()}},
2165+
pr: { ...semverMajorPR, timelineItems: { updatedAt: new Date().toISOString() } },
21662166
reviewers: allGreenReviewers,
21672167
comments: commentsWithLGTM,
21682168
reviews: approvingReviews,

0 commit comments

Comments
 (0)