Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Oct 25, 2019
1 parent c115a04 commit 538c2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bazel/src/ng_package/rollup.config.js
Expand Up @@ -159,7 +159,7 @@ const plugins = [
const config = {
plugins,
output: {
banner,
banner,
}
};

Expand Down
2 changes: 1 addition & 1 deletion tools/ng_rollup_bundle/rollup.config.js
Expand Up @@ -183,7 +183,7 @@ if (bannerFile) {
const config = {
plugins,
output: {
banner,
banner,
}
};

Expand Down

0 comments on commit 538c2c6

Please sign in to comment.