Kamil Piechaczek преди 6 години
родител
ревизия
e0b023e178

+ 0 - 1
packages/ckeditor5-special-characters/tests/specialcharactersarrows.js

@@ -38,7 +38,6 @@ describe( 'SpecialCharactersArrows', () => {
 		return editor.destroy();
 	} );
 
-
 	it( 'adds new items', () => {
 		expect( addItemsSpy.callCount ).to.equal( 1 );
 	} );

+ 0 - 1
packages/ckeditor5-special-characters/tests/specialcharacterslatin.js

@@ -38,7 +38,6 @@ describe( 'SpecialCharactersLatin', () => {
 		return editor.destroy();
 	} );
 
-
 	it( 'adds new items', () => {
 		expect( addItemsSpy.callCount ).to.equal( 1 );
 	} );

+ 0 - 1
packages/ckeditor5-special-characters/tests/specialcharacterstext.js

@@ -38,7 +38,6 @@ describe( 'SpecialCharactersText', () => {
 		return editor.destroy();
 	} );
 
-
 	it( 'adds new items', () => {
 		expect( addItemsSpy.callCount ).to.equal( 1 );
 	} );