Skip to content

Commit 1ad8a3b

Browse files
committed
format code
1 parent ccb2d35 commit 1ad8a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ export interface SubmitFunction<
12191219
| ((opts: {
12201220
form: HTMLFormElement;
12211221
action: URL;
1222-
result: ActionResult<Success, Failure>;
1222+
result: ActionResult<Success, Failure>;
12231223
/**
12241224
* Call this to get the default behavior of a form submission response.
12251225
* @param options Set `reset: false` if you don't want the `<form>` values to be reset after a successful submission.

0 commit comments

Comments
 (0)