Explorar o código

Remove accidentally added tab

Asvin Goel %!s(int64=3) %!d(string=hai) anos
pai
achega
cc1da8aee6
Modificáronse 1 ficheiros con 1 adicións e 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' ) ) {