Skip to content

Commit c0bb7f7

Browse files
committed
Fix formatting
1 parent 75f37f9 commit c0bb7f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/createStore.ts

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export default function createStore<
6868
preloadedState?: PreloadedState<S> | StoreEnhancer<Ext, StateExt>,
6969
enhancer?: StoreEnhancer<Ext, StateExt>
7070
): Store<ExtendState<S, StateExt>, A, StateExt, Ext> & Ext {
71-
7271
if (typeof reducer !== 'function') {
7372
throw new Error(
7473
`Expected the root reducer to be a function. Instead, received: '${kindOf(

0 commit comments

Comments
 (0)