浏览代码

Remove accidentally added tab

Asvin Goel 3 年之前
父节点
当前提交
cc1da8aee6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugin/highlight/plugin.js

+ 1 - 1
plugin/highlight/plugin.js

@@ -93,7 +93,7 @@ const Plugin = {
 
 
 		hljs.highlightBlock( block );
 		hljs.highlightBlock( block );
 
 
-		// Don't generate line numbers for empty	 code blocks
+		// Don't generate line numbers for empty code blocks
 		if( block.innerHTML.trim().length === 0 ) return;
 		if( block.innerHTML.trim().length === 0 ) return;
 
 
 		if( block.hasAttribute( 'data-line-numbers' ) ) {
 		if( block.hasAttribute( 'data-line-numbers' ) ) {