Skip to content

Commit 2f72080

Browse files
committed
Fix linting
1 parent 1c0344c commit 2f72080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/default.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ export const addDefault =
1919
StrictReturnValue extends ReturnValue<OriginalInput>,
2020
FinalReturnValues extends FinalReturnValue,
2121
>({
22-
options,
2322
resolved,
23+
options,
2424
input,
2525
finalValue,
2626
}: {
27+
resolved: boolean
2728
options: Options<
2829
CustomCondition,
2930
CustomReturnValues,
3031
OriginalInput,
3132
StrictReturnValue
3233
>
33-
resolved: boolean
3434
input: OriginalInput
3535
finalValue?: FinalReturnValues | undefined
3636
}) =>

0 commit comments

Comments
 (0)