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
+1 -1
View File
@@ -10,7 +10,7 @@
/*jslint bitwise: false, white: false, browser: true, devel: true */
/*global Util, window, document */
import { init_logging as main_init_logging } from '../core/util/logging.js';
import { init_logging as main_init_logging } from '../core/util/logging.js';
// init log level reading the logging HTTP param
export function init_logging (level) {