Skip to content

Commit

Permalink
fix: stop prettier complaining about indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
horuskol committed Jan 18, 2024
1 parent 0901868 commit d0b09d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/lodash-fns.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function reduce(collection, item, initialVal) {
carry,
!Array.isArray(collection) ? collection[current] : current,
!Array.isArray(collection) ? current : array,
index
index
),
initialVal
)
Expand Down

0 comments on commit d0b09d8

Please sign in to comment.