Remove trailing whitespace

This commit is contained in:
Samuel Mannehed
2017-05-13 01:45:23 +02:00
parent 7c44f86dcd
commit c464f47e96
5 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ describe('Utils', function() {
Log.Debug('dbg');
expect(console.debug).to.have.been.calledWith('dbg');
});
it('should use console.info for Info', function () {
Log.init_logging('debug');
Log.Info('inf');