diff --git a/showcases/patternhub/scripts/get-code-files.js b/showcases/patternhub/scripts/get-code-files.js
index 496eaa38ed4..a5e4d02bcea 100644
--- a/showcases/patternhub/scripts/get-code-files.js
+++ b/showcases/patternhub/scripts/get-code-files.js
@@ -22,9 +22,7 @@ const getFileTypeByFramework = (framework) => {
};
const getCustomCodeCommentByFramework = (componentName, framework) => {
- return `
-How to use this in ${framework}`;
+ return `How to use this in ${framework}`;
};
const getExamplesAsMDX = async (componentName, variant) => {