Skip to content

Commit b7746cc

Browse files
committed
style(addMeta): fix lint errors
1 parent e84cd27 commit b7746cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/addMeta.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
export default function addMeta(meta) {
22
function addMetaToAction(action) {
33
return {
4-
...action,
4+
...action,
55
meta: {
6-
...action.meta,
7-
...meta,
8-
}
6+
...action.meta,
7+
...meta,
8+
}
99
}
1010
}
1111
return actionOrCreator => actionOrCreator instanceof Function

0 commit comments

Comments
 (0)