8
0
فهرست منبع

Fixed code style.

Piotrek Koszuliński 9 سال پیش
والد
کامیت
04e8b98b91
1فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 6 6
      packages/ckeditor5-heading/tests/manual/headings.js

+ 6 - 6
packages/ckeditor5-heading/tests/manual/headings.js

@@ -13,9 +13,9 @@ ClassicEditor.create( document.querySelector( '#editor' ), {
 	features: [ 'delete', 'enter', 'typing', 'headings' ],
 	features: [ 'delete', 'enter', 'typing', 'headings' ],
 	toolbar: [ 'headings' ]
 	toolbar: [ 'headings' ]
 } )
 } )
-	.then( editor => {
-		window.editor = editor;
-	} )
-	.catch( err => {
-		console.error( err.stack );
-	} );
+.then( editor => {
+	window.editor = editor;
+} )
+.catch( err => {
+	console.error( err.stack );
+} );