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>}
*/
createView(component: Type,
{context = null,
html = null}: {context?: any, html?: string} = {}): Promise<ViewProxy> {
{context = null, html = null}: {context?: any,
html?: string} = {}): Promise<ViewProxy> {
if (isBlank(component) && isBlank(context)) {
throw new BaseException('You must specified at least a component or a context');
}