Explorar el Código

Remove accidentally added tab

Asvin Goel hace 3 años
padre
commit
cc1da8aee6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugin/highlight/plugin.js

+ 1 - 1
plugin/highlight/plugin.js

@@ -93,7 +93,7 @@ const Plugin = {
 
 		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.hasAttribute( 'data-line-numbers' ) ) {