Explorar o código

Code style: Fixed linter issues.

Piotrek Koszuliński %!s(int64=8) %!d(string=hai) anos
pai
achega
fb0e0d245b
Modificáronse 1 ficheiros con 1 adicións e 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;