瀏覽代碼

Minor code style fix.

fredck 11 年之前
父節點
當前提交
5b52ee57de
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/ckeditor5-ui/dev/tasks/utils/tools.js

+ 1 - 0
packages/ckeditor5-ui/dev/tasks/utils/tools.js

@@ -42,6 +42,7 @@ module.exports = {
 		var all = options.targets.all,
 			isAll = true;
 		delete options.targets.all;
+
 		Object.getOwnPropertyNames( options.targets ).forEach( function( target ) {
 			if ( this.checkTaskInQueue( grunt, task + ':' + target ) ) {
 				config[ target ] = options.targets[ target ]();