From fff9bd8fba997d49b36c9cb798ec70f428d8f23e Mon Sep 17 00:00:00 2001 From: JiaLiPassion Date: Tue, 19 Jan 2021 17:52:21 +0800 Subject: [PATCH] docs(zone.js): add leading space in the license comment of zone.js bundles (#40456) PR Close #40456 --- packages/zone.js/rollup-es5.config.js | 6 +++--- packages/zone.js/rollup-es5_global-es2015.config.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/zone.js/rollup-es5.config.js b/packages/zone.js/rollup-es5.config.js index 60699d7176..09f9360901 100644 --- a/packages/zone.js/rollup-es5.config.js +++ b/packages/zone.js/rollup-es5.config.js @@ -24,9 +24,9 @@ if (bazel_stamp_file) { // `this` should be `undefined` but is assigned with `Window` instead. const banner = `'use strict'; /** -* @license Angular v${version} -* (c) 2010-2020 Google LLC. https://angular.io/ -* License: MIT + * @license Angular v${version} + * (c) 2010-2020 Google LLC. https://angular.io/ + * License: MIT */`; module.exports = { diff --git a/packages/zone.js/rollup-es5_global-es2015.config.js b/packages/zone.js/rollup-es5_global-es2015.config.js index c54fd03eea..583820b58b 100644 --- a/packages/zone.js/rollup-es5_global-es2015.config.js +++ b/packages/zone.js/rollup-es5_global-es2015.config.js @@ -24,9 +24,9 @@ if (bazel_stamp_file) { // `this` should be `undefined` but is assigned with `Window` instead. const banner = `'use strict'; /** -* @license Angular v${version} -* (c) 2010-2020 Google LLC. https://angular.io/ -* License: MIT + * @license Angular v${version} + * (c) 2010-2020 Google LLC. https://angular.io/ + * License: MIT */`; module.exports = {