Explorar o código

Minor white-space cleanup.

fredck %!s(int64=11) %!d(string=hai) anos
pai
achega
ebcbd4e36c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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();
 		} );
 	} );