style: fix code style in several files (#31295)

These files have not been formatted properly, due to issues in the
`gulp format*` tasks. See previous commits (or #31295) for more details.

PR Close #31295
This commit is contained in:
George Kalpakas
2019-06-26 21:33:50 +03:00
committed by Kara Erickson
parent 6b7b4ee891
commit 3851544674
6 changed files with 79 additions and 72 deletions

View File

@ -771,8 +771,8 @@ function executeActionOnView(
}
/**
* `executeActionOnProjection` performs an operation on the projection specified by `action` (insert,
* detach, destroy)
* `executeActionOnProjection` performs an operation on the projection specified by `action`
* (insert, detach, destroy).
*
* Inserting a projection requires us to locate the projected nodes from the parent component. The
* complication is that those nodes themselves could be re-projected from their parent component.
@ -844,8 +844,8 @@ function executeActionOnContainer(
/**
* `executeActionOnElementContainer` performs an operation on the ng-container node and its child nodes
* as specified by the `action` (insert, detach, destroy)
* `executeActionOnElementContainer` performs an operation on the ng-container node and its child
* nodes as specified by the `action` (insert, detach, destroy).
*
* @param renderer Renderer to use
* @param action action to perform (insert, detach, destroy)