Add noop comment

This commit is contained in:
Leonid
2017-07-07 14:07:26 -07:00
committed by GitHub
parent 198cd364db
commit 23f32b6bba

View File

@@ -90,7 +90,7 @@ export class FillScenarios {
private async increaseBalanceAndAllowanceAsync(
tokenAddress: string, address: string, amount: BigNumber.BigNumber): Promise<void> {
if (amount.isZero()) {
return;
return; // noop
}
await Promise.all([
this.increaseBalanceAsync(tokenAddress, address, amount),