Skip to content

Commit a01433d

Browse files
committed
Fix NPM tests
1 parent a05e21d commit a01433d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
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) {
5-
super(name);
6-
}
4+
constructor(private readonly myService:Service,name:string,private readonly field:any){ super(name);}
75

8-
// ...
6+
// ...
97
}

0 commit comments

Comments
 (0)