Explorar el Código

Fix code style in tests.

Maciej Gołaszewski hace 6 años
padre
commit
58bb962b64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-typing/tests/texttransformation.js

+ 1 - 1
packages/ckeditor5-typing/tests/texttransformation.js

@@ -152,7 +152,7 @@ describe( 'Text transformation feature', () => {
 			simulateTyping( '"' );
 			simulateTyping( '"' );
 
 
 			expect( getData( model, { withoutSelection: true } ) )
 			expect( getData( model, { withoutSelection: true } ) )
-			.to.equal( '<paragraph>"Foo <softBreak></softBreak>“Bar”</paragraph>' );
+				.to.equal( '<paragraph>"Foo <softBreak></softBreak>“Bar”</paragraph>' );
 		} );
 		} );
 
 
 		function testTransformation( transformFrom, transformTo, textInParagraph = 'A foo' ) {
 		function testTransformation( transformFrom, transformTo, textInParagraph = 'A foo' ) {