Explorar o código

Minor code style fix.

fredck %!s(int64=11) %!d(string=hai) anos
pai
achega
5b52ee57de
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 ]();