Skip to content

Commit 716bfff

Browse files
sounmindsoobingclaude
committed
fix: add trailing newline to learning status comment
Co-Authored-By: Soobin Bak <soobing@users.noreply.github.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent eba9d8e commit 716bfff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/learningComment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function formatLearningStatusComment(
118118
lines.push("---");
119119
lines.push("🤖 이 댓글은 GitHub App을 통해 자동으로 작성되었습니다.");
120120

121-
return lines.join("\n");
121+
return lines.join("\n") + "\n";
122122
}
123123

124124
/**

0 commit comments

Comments
 (0)