Skip to content

Commit 0badcde

Browse files
committed
minor styling
1 parent aa3fbe3 commit 0badcde

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/hooks/useStore.ts

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { useReduxContext as useDefaultReduxContext } from './useReduxContext'
88
* @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
99
* @returns {Function} A `useStore` hook bound to the specified context.
1010
*/
11-
1211
export function createStoreHook(context = ReactReduxContext) {
1312
const useReduxContext =
1413
context === ReactReduxContext

src/utils/bindActionCreators.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ export default function bindActionCreators(actionCreators: ActionCreator<any> |
2222
}
2323
}
2424
return boundActionCreators
25-
}
25+
}

0 commit comments

Comments
 (0)