Skip to content

Commit

Permalink
++itemIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
stephankmin committed Jul 18, 2022
1 parent df7a020 commit 4c7d31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/helpers/TransferHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ contract TransferHelper is
);

// Increment the index for storing ConduitTransfers.
itemIndex++;
++itemIndex;
}
}
}
Expand Down

0 comments on commit 4c7d31a

Please sign in to comment.