Skip to content

Commit

Permalink
Remove extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
leoasis committed Jun 18, 2015
1 parent 7259bd0 commit ea87cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/warnMutations.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function warnMutationsMiddleware(getState) {
' This may cause incorrect behavior.',
'(https://github.com/gaearon/redux#my-views-arent-updating)'
].join(''));
};
}

action = next(action);

Expand Down

0 comments on commit ea87cd8

Please sign in to comment.