浏览代码

Removed blank lines.

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 );
 	} );