Skip to content

Commit

Permalink
Fix the lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Sep 12, 2015
1 parent 7ad2774 commit 1f4e776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/actionCreators.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ export function throwError() {
export function unknownAction() {
return {
type: UNKNOWN_ACTION
}
};
}

0 comments on commit 1f4e776

Please sign in to comment.