Skip to content

Commit 8d6749f

Browse files
author
pabra
committed
apply prettier rules
1 parent 83d129f commit 8d6749f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type UseStoreWithState<State> = <J extends JustStateOrSetter = undefined>(
3131
: [State, SetStateWithState<State>];
3232

3333
type UseStoreWithReducer<State, R extends Reducer<State>> = <
34-
J extends JustStateOrSetter = undefined
34+
J extends JustStateOrSetter = undefined,
3535
>(
3636
just?: J,
3737
) => J extends 'justState'

0 commit comments

Comments
 (0)