Explorar el Código

Code style: Fixed linter issues.

Piotrek Koszuliński hace 8 años
padre
commit
fb0e0d245b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-utils/tests/nth.js

+ 1 - 1
packages/ckeditor5-utils/tests/nth.js

@@ -44,7 +44,7 @@ describe( 'utils', () => {
 			expect( iterator.next().value ).to.equal( 22 );
 		} );
 
-		function *getGenerator() {
+		function* getGenerator() {
 			yield 11;
 			yield 22;
 			yield 33;