ソースを参照

Indentation fix.

Krzysztof Krztoń 8 年 前
コミット
4d01fd893c
1 ファイル変更6 行追加6 行削除
  1. 6 6
      packages/ckeditor5-typing/tests/manual/86/1.js

+ 6 - 6
packages/ckeditor5-typing/tests/manual/86/1.js

@@ -20,9 +20,9 @@ ClassicEditor.create( document.querySelector( '#editor' ), {
 	plugins: [ Enter, Typing, Paragraph, Undo ],
 	toolbar: [ 'undo', 'redo' ]
 } )
-	.then( editor => {
-		window.editor = editor;
-	} )
-	.catch( err => {
-		console.error( err.stack );
-	} );
+.then( editor => {
+	window.editor = editor;
+} )
+.catch( err => {
+	console.error( err.stack );
+} );