Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed Apr 12, 2021
1 parent ce3dd64 commit af92ab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/are-inputs-equal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default function areInputsEqual(
}
// Using for loop for speed. It generally performs better than array.every
// https://github.com/alexreardon/memoize-one/pull/59

for (let i = 0; i < newInputs.length; i++) {
if (hasChanged(newInputs[i], lastInputs[i])) {
return false;
Expand Down

0 comments on commit af92ab9

Please sign in to comment.