style: fix formatting errors (#20855)

PR Close #20855
This commit is contained in:
Miško Hevery
2017-12-14 15:03:46 -08:00
committed by Igor Minar
parent b462f49ce7
commit 83b27bac17
8 changed files with 59 additions and 37 deletions

View File

@ -37,7 +37,8 @@ export function resetDOM() {
requestAnimationFrame.queue = [];
containerEl = document.createElement('div');
containerEl.setAttribute('host', '');
host = createLNode(null, LNodeFlags.Element, containerEl, createViewState(-1, activeRenderer, null !));
host = createLNode(
null, LNodeFlags.Element, containerEl, createViewState(-1, activeRenderer, null !));
// TODO: assert that the global state is clean (e.g. ngData, previousOrParentNode, etc)
}