Browse Source

Code style: fix code issues.

Maciej Gołaszewski 5 years ago
parent
commit
24316c97c8
1 changed files with 1 additions and 1 deletions
  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;