Parcourir la source

Minor code style fix.

fredck il y a 11 ans
Parent
commit
ee9051d79d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/ckeditor5-utils/dev/tasks/utils/tools.js

+ 1 - 0
packages/ckeditor5-utils/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 ]();