Skip to content

Commit 8f628a3

Browse files
🤖 dprint fmt
1 parent cd82aed commit 8f628a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/knockout/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ declare namespace KnockoutComponentTypes {
10851085
type ViewModelFunction = ViewModelConstructor | ViewModelFactory;
10861086

10871087
interface ViewModelConstructor {
1088-
new (params?: any): any;
1088+
new(params?: any): any;
10891089
}
10901090

10911091
interface ViewModelFactory {

0 commit comments

Comments
 (0)