Skip to content

Commit

Permalink
remove overager comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fry69 committed Aug 22, 2023
1 parent fc60d1d commit ea187dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/initializers/showdown-extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export function initialize(/* application */) {
codeblock = `<div class="filename ${language}"><div class="ribbon"></div><span>${attributes['data-filename'] || ''}</span>${codeblock}</div>`;
}
} else {
// (bug?) This clause may never be reached as the assert above fires in this case?
codeblock = diffInfo(diffInfoArgs, codeblock);
codeblock = `<pre class="language-none line-numbers"><code class="language-none">${codeblock}${lineNumbersHTML}</code></pre>`;
}
Expand Down

0 comments on commit ea187dd

Please sign in to comment.