Description
_checkNoBalanceChange(...) has a for cycle that goes through all tokens. For each token it checks if they are address(0), this is only true if we have arrived at the end of the list of tokens, therefore we can break the cycle to save on gas.
Recomendation
Add a break to the for cycle to save gas.
Status
Addressed here: Fujicracy/fuji-v2#627