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 09e3839994
commit 1f5049f30c
15 changed files with 47 additions and 43 deletions

View File

@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/
import {C, E, T, V, c, defineComponent, e, cR, cr, v} from '../../src/render3/index';
import {C, E, T, V, c, cR, cr, defineComponent, e, v} from '../../src/render3/index';
import {document, renderComponent} from './render_util';