Ver Fonte

Remove accidentally added tab

Asvin Goel há 3 anos atrás
pai
commit
cc1da8aee6
1 ficheiros alterados com 1 adições e 1 exclusões
  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' ) ) {