Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 433d1e8

Browse files
authored
Merge branch 'master' into dphang/no-op-rewrite
2 parents d575e9b + 1935f67 commit 433d1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/comment-handler-sizes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const main = async (): Promise<void> => {
9696
if (_.isEqual(baseSizes, newSizes)) {
9797
output += "> No changes to handler sizes.\n";
9898
} else {
99-
output += "> There are changes to handler sizes. Please review.";
99+
output += "> There are changes to handler sizes. Please review.\n";
100100
}
101101

102102
output += `### Base Handler Sizes (kB) (commit ${GITHUB_BASE_SHA})\n`;

0 commit comments

Comments
 (0)