Skip to content

Commit 08af47c

Browse files
authored
fix: format
1 parent aa87148 commit 08af47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/server/utils/markdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ function createCollapsibleBlock(title: string, body: string) {
170170
<details><summary>${title}</summary><p>
171171
${body}
172172
</p></details>
173-
173+
174174
`;
175175
}

0 commit comments

Comments
 (0)