Преглед изворни кода

Code style: Fixed linter issues.

Piotrek Koszuliński пре 8 година
родитељ
комит
fb0e0d245b
1 измењених фајлова са 1 додато и 1 уклоњено
  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;