Sfoglia il codice sorgente

Code style: fix code issues.

Maciej Gołaszewski 5 anni fa
parent
commit
ca74203d3a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-easy-image/tests/manual/easyimage.js

+ 1 - 1
packages/ckeditor5-easy-image/tests/manual/easyimage.js

@@ -40,7 +40,7 @@ ClassicEditor
 				'tableRow',
 				'mergeTableCells'
 			]
-		},
+		}
 	} )
 	.then( editor => {
 		window.editor = editor;