Sfoglia il codice sorgente

Code style: fix code issues.

Maciej Gołaszewski 5 anni fa
parent
commit
24316c97c8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-page-break/tests/manual/pagebreak.js

+ 1 - 1
packages/ckeditor5-page-break/tests/manual/pagebreak.js

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