Răsfoiți Sursa

Code style.

Kamil Piechaczek 7 ani în urmă
părinte
comite
f7bd2302ba

+ 1 - 1
packages/ckeditor5-enter/tests/shiftenter-integration.js

@@ -38,7 +38,7 @@ describe( 'ShiftEnter integration', () => {
 	it( 'loads correct data', () => {
 		const options = { withoutSelection: true };
 
-		expect( getModelData( model, options) ).to.equal( '<paragraph>First line.<break></break>Second line.</paragraph>' );
+		expect( getModelData( model, options ) ).to.equal( '<paragraph>First line.<break></break>Second line.</paragraph>' );
 		expect( getViewData( editor.editing.view, options ) ).to.equal( '<p>First line.<br></br>Second line.</p>' );
 	} );
 } );