docs(chore): missing reformats to make clang-format 1.0.15

This commit is contained in:
Naomi Black 2015-06-02 09:51:40 -07:00
parent d32f58926d
commit c2fa4b7191
4 changed files with 16 additions and 16 deletions

View File

@ -78,8 +78,8 @@ export class TestBed {
* @return {Promise<ViewProxy>} * @return {Promise<ViewProxy>}
*/ */
createView(component: Type, createView(component: Type,
{context = null, {context = null, html = null}: {context?: any,
html = null}: {context?: any, html?: string} = {}): Promise<ViewProxy> { html?: string} = {}): Promise<ViewProxy> {
if (isBlank(component) && isBlank(context)) { if (isBlank(component) && isBlank(context)) {
throw new BaseException('You must specified at least a component or a context'); throw new BaseException('You must specified at least a component or a context');
} }