Skip to content

Commit a79e3e8

Browse files
committed
fix: remove unused whitespace
1 parent fee58ce commit a79e3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/routes/infoq/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const parseToSimpleTexts = (content) =>
9999
});
100100

101101
function addCoverToDescription(content, cover) {
102-
return `<p><img src="${cover}"></p>${content}`;
102+
return `<p><img src="${cover}"></p>${content}`;
103103
}
104104

105105
function parseContent(content) {

0 commit comments

Comments
 (0)