Selaa lähdekoodia

Code style: fix code issues.

Maciej Gołaszewski 5 vuotta sitten
vanhempi
commit
24316c97c8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;