`;
diff --git a/src/public/app/widgets/type_widgets/options/appearance/code_block.js b/src/public/app/widgets/type_widgets/options/appearance/code_block.js
index 41a82602d..e619b2e5c 100644
--- a/src/public/app/widgets/type_widgets/options/appearance/code_block.js
+++ b/src/public/app/widgets/type_widgets/options/appearance/code_block.js
@@ -10,7 +10,7 @@ greet(n); // Print "Hello World" for n times
/**
* Displays a "Hello World!" message for a given amount of times, on the standard console. The "Hello World!" text will be displayed once per line.
- *
+ *
* @param {number} times The number of times to print the \`Hello World!\` message.
*/
function greet(times) {
@@ -27,12 +27,12 @@ const TPL = `