mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-09 05:44:38 +00:00
Remove trailing whitespace
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user