Skip to content

Commit 1f4e776

Browse files
committed
Fix the lint error
1 parent 7ad2774 commit 1f4e776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/actionCreators.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ export function throwError() {
3535
export function unknownAction() {
3636
return {
3737
type: UNKNOWN_ACTION
38-
}
38+
};
3939
}

0 commit comments

Comments
 (0)