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>}
|
* @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');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user