浏览代码

Minor white-space cleanup.

fredck 11 年之前
父节点
当前提交
ebcbd4e36c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/amd/amd.js

+ 0 - 1
tests/amd/amd.js

@@ -17,7 +17,6 @@ describe( 'CKEDITOR.require()', function() {
 	it( 'should work with a defined module', function( done ) {
 	it( 'should work with a defined module', function( done ) {
 		CKEDITOR.require( [ 'testModule' ], function( testModule ) {
 		CKEDITOR.require( [ 'testModule' ], function( testModule ) {
 			expect( testModule ).to.have.property( 'test' ).to.be.true();
 			expect( testModule ).to.have.property( 'test' ).to.be.true();
-
 			done();
 			done();
 		} );
 		} );
 	} );
 	} );