Skip to content

Commit 18d9799

Browse files
committed
Add extra newline before markdown header
94e0174 but for tsserver
1 parent d12f69f commit 18d9799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ ${fs.readFileSync(replayScriptPath, { encoding: "utf-8" }).split(/\r?\n/).slice(
334334

335335
summary += `</ol>
336336
</details>
337+
337338
`;
338339

339340
return { status: "Detected interesting changes", summary, replayScriptPath };

0 commit comments

Comments
 (0)