Skip to content

Commit 247101d

Browse files
committed
Fix linting
1 parent 059b72c commit 247101d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import mapObj from 'map-obj'
22

33
// Like Lodash mapValues()
4-
export const mapValues = function (object, mapper) {
4+
export const mapValues = function(object, mapper) {
55
return mapObj(object, (key, value) => [key, mapper(value, key)])
66
}
77

0 commit comments

Comments
 (0)