style(forms): reformat of the forms
package after clang update (#36466)
PR Close #36466
This commit is contained in:

committed by
Kara Erickson

parent
aeb6d0d0f7
commit
f48a065db0
@ -16,6 +16,10 @@ export class SpyChangeDetectorRef extends SpyObject {
|
||||
}
|
||||
}
|
||||
|
||||
export class SpyNgControl extends SpyObject { path = []; }
|
||||
export class SpyNgControl extends SpyObject {
|
||||
path = [];
|
||||
}
|
||||
|
||||
export class SpyValueAccessor extends SpyObject { writeValue: any; }
|
||||
export class SpyValueAccessor extends SpyObject {
|
||||
writeValue: any;
|
||||
}
|
||||
|
Reference in New Issue
Block a user