Ran prettier

This commit is contained in:
Greg Hysen
2019-03-07 14:58:22 -08:00
parent 1e5648111e
commit 8916d0d367
3 changed files with 5 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ export class ERC1155ProxyWrapper {
this._nfts = [];
}
/**
* @dev Deploys dummy ERC1155 contracts
* @dev Deploys dummy ERC1155 contracts
* @return An array of ERC1155 wrappers; one for each deployed contract.
*/
public async deployDummyContractsAsync(): Promise<Erc1155Wrapper[]> {