Skip to content

Commit 238f6c5

Browse files
committed
FIx the rest of the NPM tests.
1 parent a01433d commit 238f6c5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
export class MyController extends AbstractController implements DisposeAware, CallbackAware {
2-
public myValue: string[];
2+
public myValue: string[];
33

4-
constructor(private readonly myService:Service,name:string,private readonly field:any){ super(name);}
4+
constructor(private readonly myService: Service, name: string, private readonly field: any) {
5+
super(name);
6+
}
57

6-
// ...
8+
// ...
79
}

0 commit comments

Comments
 (0)