refactor(HtmlParser): clang format
This commit is contained in:
parent
a3f6e19881
commit
c08ca22dba
@ -336,7 +336,7 @@ class TreeBuilder {
|
|||||||
|
|
||||||
for (let i = this.elementStack.length - 1; i >= 0; i--) {
|
for (let i = this.elementStack.length - 1; i >= 0; i--) {
|
||||||
if (this.elementStack[i].name !== 'ng-container') {
|
if (this.elementStack[i].name !== 'ng-container') {
|
||||||
return { parent: this.elementStack[i], container };
|
return {parent: this.elementStack[i], container};
|
||||||
}
|
}
|
||||||
container = this.elementStack[i];
|
container = this.elementStack[i];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user