Ran prettier

This commit is contained in:
Greg Hysen
2018-07-17 00:51:59 +02:00
parent e1a9f3435f
commit 36c27bdbf8
2 changed files with 12 additions and 15 deletions

View File

@@ -82,10 +82,7 @@ export const assetDataUtils = {
}), but got ${assetProxyId}`,
);
}
const [tokenAddress, tokenId] = ethAbi.rawDecode(
['address', 'uint256'],
data.slice(constants.SELECTOR_LENGTH),
);
const [tokenAddress, tokenId] = ethAbi.rawDecode(['address', 'uint256'], data.slice(constants.SELECTOR_LENGTH));
return {
assetProxyId,
tokenAddress: ethUtil.addHexPrefix(tokenAddress),