Browse Source

Minor white-space cleanup.

fredck 11 years ago
parent
commit
ebcbd4e36c
1 changed files with 0 additions and 1 deletions
  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 ) {
 		CKEDITOR.require( [ 'testModule' ], function( testModule ) {
 			expect( testModule ).to.have.property( 'test' ).to.be.true();
-
 			done();
 		} );
 	} );