docs(chore): missing reformats to make clang-format 1.0.15
This commit is contained in:
parent
d32f58926d
commit
c2fa4b7191
@ -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');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user