diff --git a/tests/manual/82/1.js b/tests/manual/82/1.js index c7b99b3..7a6315f 100644 --- a/tests/manual/82/1.js +++ b/tests/manual/82/1.js @@ -21,9 +21,9 @@ ClassicEditor.create( document.querySelector( '#editor' ), { plugins: [ Enter, Typing, Paragraph, Undo, Heading ], toolbar: [ 'headings', 'undo', 'redo' ] } ) - .then( editor => { - window.editor = editor; - } ) - .catch( err => { - console.error( err.stack ); - } ); +.then( editor => { + window.editor = editor; +} ) +.catch( err => { + console.error( err.stack ); +} );