Parcourir la source

Minor white-space cleanup.

fredck il y a 11 ans
Parent
commit
ebcbd4e36c
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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();
 		} );
 	} );