Skip to content

Commit 2d29481

Browse files
committed
Fix line ending.
1 parent b0d60c4 commit 2d29481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/typescript/dispatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ declare module "../../index.d.ts" {
1212
}
1313
}
1414

15-
const dispatchThunkResult: number = dispatch(() => 42);
15+
const dispatchThunkResult: number = dispatch(() => 42);

0 commit comments

Comments
 (0)