Skip to content

Commit 255506f

Browse files
committed
Style nitpick
1 parent 6c73f6f commit 255506f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Redux.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default class Redux {
88
// A shortcut notation to use the default dispatcher
99
dispatcher = createDispatcher(
1010
composeStores(dispatcher),
11-
getState => [ thunkMiddleware(getState) ]
11+
getState => [thunkMiddleware(getState)]
1212
);
1313
}
1414

0 commit comments

Comments
 (0)