Skip to content

Commit 0762f49

Browse files
authored
lint, remove semicolon #1461
1 parent fb0d06f commit 0762f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Context.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import React from 'react'
22

33
export const ReactReduxContext = React.createContext(null)
44

5-
ReactReduxContext.displayName = 'ReactRedux';
5+
ReactReduxContext.displayName = 'ReactRedux'
66

77
export default ReactReduxContext

0 commit comments

Comments
 (0)